From 2e4ea496b3a38e73069f0527da31c41064f703a1 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Mon, 23 Jan 2012 16:25:24 +0530 Subject: build: Prepend to LDFLAGS instead of replacing its contents --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 95aec0b..ecbcba0 100644 --- a/configure.ac +++ b/configure.ac @@ -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. -- cgit v1.2.3