mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
Don't overwrite EXTRA_LIBS, some ext config.m4s access it directly
This commit is contained in:
@@ -729,7 +729,7 @@ phplibdir="`pwd`/modules"
|
||||
phptempdir="`pwd`/libs"
|
||||
AC_SUBST(phplibdir)
|
||||
AC_SUBST(phptempdir)
|
||||
EXTRA_LIBS="$LIBS"
|
||||
EXTRA_LIBS="$LIBS $EXTRA_LIBS"
|
||||
LIBS=""
|
||||
|
||||
AC_SUBST(CFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user