]> 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 b688c0119c39269bdadcb7693da4bd801de9bc52..43f375b9ea4434a2d973216c4d7bc050c7a414a9 100644 (file)
@@ -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().