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

MythTV noreply at mythtv.org
Mon Oct 15 11:10:52 UTC 2018


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

Comment (by Stuart Auchterlonie):

 The fix I cherry-picked back, updates `DEPLIBS` as follows
 `DEPLIBS = $${SYSROOT}$${LIBDIR}` as does your patch.
 The lines which follow this use `DEPLIBS` to set the
 `POST_TARGETDEPS`, which means that `SYSROOT` is
 already included in the path being referenced.

 Adding `SYSROOT` again to the `POST_TARGETDEPS`
 doesn't make sense, as you would then have the
 `SYSROOT` twice in the path to the libs.


 Regards
 Stuart

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


More information about the mythtv-commits mailing list