]> granicus.if.org Git - php/commitdiff
- Fixed bug #50517 (EXTRA_LDFLAGS polluted by wrong entries)
authorJani Taskinen <jani@php.net>
Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)
committerJani Taskinen <jani@php.net>
Tue, 22 Dec 2009 09:57:19 +0000 (09:57 +0000)
# Until someone shows me use case for LDFLAGS, this is gone.
# This was wrong place to import it anyway.

configure.in

index 7634361e643c1b028095d8828f82d9c8c3538f68..7b8705aa092789ae8761868b303e8258af8a735c 100644 (file)
@@ -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().