From 294401cfa056eef6dcb6ff2d0f73254396e567be 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 bbf236523f..ae273a2294 100644 --- a/configure.in +++ b/configure.in @@ -984,7 +984,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