[mythtv-commits] Ticket #6278: compiling mythplugins does not consider --libdir-name in library paths

MythTV mythtv at cvs.mythtv.org
Thu Feb 19 00:03:30 UTC 2009


#6278: compiling mythplugins does not consider --libdir-name in library paths
--------------------------------+-------------------------------------------
 Reporter:  octoberblu3         |       Owner:  awithers  
     Type:  patch               |      Status:  new       
 Priority:  minor               |   Milestone:  unknown   
Component:  Plugin - MythVideo  |     Version:  0.21-fixes
 Severity:  medium              |     Mlocked:  0         
--------------------------------+-------------------------------------------
 When using the --libdir-name option, libraries are detected properly, but
 the compiler is still passes a semi-hard coded "-L$PREFIX/lib" instead of
 "-L$PREFIX/$LIBNAME"

 If 32 bit libraries exist of the same name in lib, building fails as the
 libraries are in an unrecognized format.

 A patch is attached to fix this.

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


More information about the mythtv-commits mailing list