From d5cf5939f893cf5e52e4539d7c6533a1fd9cad96 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 25 Sep 2009 07:10:29 +0000 Subject: [PATCH] MFH: 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 42d19473f7..6669adc7ab 100644 --- a/configure.in +++ b/configure.in @@ -965,6 +965,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(). -- 2.50.1