[mythtv-commits] Ticket #13328: commit b9c5f8b2ff breaks source build mythtv-fixes-29

MythTV noreply at mythtv.org
Mon Oct 15 02:08:45 UTC 2018


#13328: commit b9c5f8b2ff breaks source build mythtv-fixes-29
----------------------------------+-------------------------------------
 Reporter:  sergiomb2             |          Owner:  Stuart Auchterlonie
     Type:  Bug Report - General  |         Status:  accepted
 Priority:  major                 |      Milestone:  29.2
Component:  MythTV - General      |        Version:  v29.1
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-------------------------------------

Comment (by sergiomb2):

 Well found the issue problem is with [1], I sent in attach one fix, I
 tested .


 [1]
 {{{
 --- a/mythplugins/targetdep.pro
 +++ b/mythplugins/targetdep.pro
 @@ -10,7 +10,7 @@ MYTH_SHLIB_EXT=$${LIBVERSION}.$${QMAKE_EXTENSION_SHLIB}
  MYTH_LIB_EXT  =$${LIBVERSION}.$${QMAKE_EXTENSION_LIB}


 -DEPLIBS = $${LIBDIR}
 +DEPLIBS = $${SYSROOT}$${LIBDIR}

  # On Windows, dlls were installed with exes:
  mingw : DEPLIBS = $${PREFIX}/bin
 }}}

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13328#comment:13>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list