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

MythTV noreply at mythtv.org
Tue Oct 16 16:17:15 UTC 2018


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

Comment (by Stuart Auchterlonie):

 There is an issue with the spec file which I had hoped would help,
 but it hasn't cured the situation

 {{{
 $ diff -u mythtv.spec.orig mythtv.spec
 --- mythtv.spec.orig    2018-10-16 13:05:29.716284095 +0100
 +++ mythtv.spec 2018-10-16 15:08:49.930850173 +0100
 @@ -961,7 +961,7 @@
      echo "INCLUDEPATH -= \$\${SYSROOT}/\$\${PREFIX}/include" >>
 settings.pro
      echo "INCLUDEPATH -= %{_includedir}"       >> settings.pro
      echo "INCLUDEPATH += $temp%{_includedir}"  >> settings.pro
 -    echo "LIBS *= -L$temp%{_libdir}"           >> settings.pro
 +    echo "LIBS += -L$temp%{_libdir}"           >> settings.pro
      echo "QMAKE_LIBDIR += $temp%{_libdir}"     >> targetdep.pro

      ./configure \
 }}}

 It certainly doesn't look correct in it's original form

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


More information about the mythtv-commits mailing list