build: Prepend to LDFLAGS instead of replacing its contents
This commit is contained in:
parent
e5fd1fd556
commit
2e4ea496b3
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user