build: Prepend to LDFLAGS instead of replacing its contents

This commit is contained in:
Mukund Sivaraman 2012-01-23 16:25:24 +05:30
parent e5fd1fd556
commit 2e4ea496b3

View File

@ -222,7 +222,7 @@ if test x"$debug_enabled" != x"yes" ; then
CFLAGS="-DNDEBUG $CFLAGS" CFLAGS="-DNDEBUG $CFLAGS"
fi fi
LDFLAGS="-Wl,-z,defs" LDFLAGS="-Wl,-z,defs $LDFLAGS"
dnl dnl
dnl Make sure we can actually handle the "--with-*" and "--enable-*" stuff. dnl Make sure we can actually handle the "--with-*" and "--enable-*" stuff.