From: Jani Taskinen Date: Tue, 22 Dec 2009 09:57:19 +0000 (+0000) Subject: - Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries) X-Git-Tag: php-5.2.13RC1~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d76209823bc53dc5d8c7591eb5ac0a43069984bd;p=php - 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. --- 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().