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.4.0alpha1~191^2~2183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55a275f3348389e78f32dc3b8f6d836afb12cda4;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 7634361e64..7b8705aa09 100644 --- a/configure.in +++ b/configure.in @@ -978,7 +978,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().