From 242139d5acb8ff26a42e8f41eb15558458ca8e58 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sat, 9 Sep 2000 12:24:20 +0000 Subject: [PATCH] - Fix for bug #6586 --- ext/mcrypt/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mcrypt/config.m4 b/ext/mcrypt/config.m4 index 649817a76e..9082c77fb5 100644 --- a/ext/mcrypt/config.m4 +++ b/ext/mcrypt/config.m4 @@ -20,7 +20,7 @@ if test "$PHP_MCRYPT" != "no"; then AC_ADD_INCLUDE($MCRYPT_DIR/include) PHP_SUBST(MCRYPT_SHARED_LIBADD) old_LDFLAGS="$LDFLAGS" - LDFLAGS="$ld_runpath_switch$MCRYPT_DIR/lib -L$MCRYPT_DIR/lib" + LDFLAGS="$LDFLAGS $ld_runpath_switch$MCRYPT_DIR/lib -L$MCRYPT_DIR/lib" AC_CHECK_LIB(mcrypt, init_mcrypt) old_LIBS=$LIBS LIBS="$LIBS -lltdl" -- 2.50.1