From 36a7f82c31b6a79bbf97bb9c281b2969a5ec3226 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 24 Sep 2009 10:43:13 +0000 Subject: [PATCH] save LDFLAGS in EXTRA_LDFLAGS before unsetting this patch makes sure that LDFLAGS are taken into account when configuring the build --- configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.in b/configure.in index 70a7bf779e9..0271a6477f8 100644 --- a/configure.in +++ b/configure.in @@ -983,6 +983,7 @@ case $php_build_target in esac EXTRA_LIBS="$EXTRA_LIBS $DLIBS $LIBS" +EXTRA_LDFLAGS="$EXTRA_LDFLAGS $LDFLAGS" dnl this has to be here to prevent the openssl crypt() from dnl overriding the system provided crypt().