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 3933daf793
commit 9d7a95bd56

View File

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