Update of /cvsroot/xine/xine-lib/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv15586/misc

Modified Files:
        Makefile.common 
Log Message:
Make -Wl,-z,defs an opt-in ldflag, if available. The $(xineplug_ldflags) 
variable can be injected in _LDFLAGS for the xine plugins, and already provides 
-avoid-version -module and -Wl,-z,defs if supported. Right now only wavpack 
plugin actually make use of this but that can be fixed as the Makefiles are 
edited.

Index: Makefile.common
===================================================================
RCS file: /cvsroot/xine/xine-lib/misc/Makefile.common,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- Makefile.common     23 Jan 2007 16:50:11 -0000      1.19
+++ Makefile.common     21 Feb 2007 23:07:45 -0000      1.20
@@ -1,5 +1,7 @@
 XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la
+
 xineplugdir = $(XINE_PLUGINDIR)
+xineplug_ldflags = $(NOUNDEF) -avoid-version -module
 
 $(XINE_LIB):
        @cd $(top_srcdir)/src/xine-engine && $(MAKE)


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Xine-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xine-cvslog

Reply via email to