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