From: Antony Dovgal Date: Thu, 24 Sep 2009 10:43:13 +0000 (+0000) Subject: save LDFLAGS in EXTRA_LDFLAGS before unsetting X-Git-Tag: php-5.4.0alpha1~191^2~2594 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36a7f82c31b6a79bbf97bb9c281b2969a5ec3226;p=php save LDFLAGS in EXTRA_LDFLAGS before unsetting this patch makes sure that LDFLAGS are taken into account when configuring the build --- diff --git a/configure.in b/configure.in index 70a7bf779e..0271a6477f 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().