commit fcafb3ffeb6881b4390d1756769f84eae2a5cd16
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Mon Jul 11 21:48:10 2011 +0100

    Append LDFLAGS rather than replace them entirely
    
    * configure.ac
     * LDFLAGS should be appended to rather than replaced
     * Thanks to Samuli.

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

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to