[mythtv-commits] Ticket #7317: sysroot is missing in several locations

MythTV mythtv at cvs.mythtv.org
Tue Oct 13 23:20:38 UTC 2009


#7317: sysroot is missing in several locations
---------------------------------+------------------------------------------
 Reporter:  pebender at san.rr.com  |       Owner:  ijr    
     Type:  defect               |      Status:  new    
 Priority:  minor                |   Milestone:  unknown
Component:  MythTV - General     |     Version:  head   
 Severity:  medium               |     Mlocked:  0      
---------------------------------+------------------------------------------
 With commit [20947], sysroot support was added to configure. sysroot was
 added to in some locations where it was missing in commits [21010],
 [22255] and [22319]. However, as mentioned in ticket #7088, sysroot is
 still missing from some locations.

 I have attached a patch that addresses the missing sysroots for me.

 This patch does three things. First, prepends $SYSROOT to $PREFIX, $LIBDIR
 and /usr entries in mythplugin *.pro files from which they are missing.
 Second, it prepends $sysroot to $prefix, $libdir and /user entries in
 mythtv's configure script and mythplugin's configure script from which
 they are missing. Third, in the configure scripts' has_library and
 has_header functions, it disables searching the build system's
 configuration files and variables for library and include directories when
 sysroot is set.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7317>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list