From d76209823bc53dc5d8c7591eb5ac0a43069984bd Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 22 Dec 2009 09:57:19 +0000 Subject: [PATCH] - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries) # Until someone shows me use case for LDFLAGS, this is gone. # This was wrong place to import it anyway. --- configure.in | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.in b/configure.in index b688c0119c..43f375b9ea 100644 --- a/configure.in +++ b/configure.in @@ -959,7 +959,6 @@ 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.40.0