commit fd49c8900b8edec0ce31da5ee68407160f626600
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Sat May 14 23:32:18 2011 +0100

    Fix for mistake with the --as-needed flag on the linker
    
    * The Wl symbol should prefix the --as-needed flag

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 36930a2..5e78ab7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,7 +334,7 @@ GTKPOD_CFLAGS="$CFLAGS"
 AC_SUBST(GTKPOD_CFLAGS)
 AC_SUBST(GTKPOD_LIBS)
 
-LDFLAGS="-no-undefined --as-needed"
+LDFLAGS="-no-undefined -Wl,--as-needed"
 GTKPOD_PLUGIN_LDFLAGS="$LDFLAGS -module -avoid-version"
 AC_SUBST(GTKPOD_PLUGIN_LDFLAGS)
 

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to