From: foobar Date: Fri, 2 Nov 2001 01:32:33 +0000 (+0000) Subject: This propably fixes couple of problems with compiling with external libs. X-Git-Tag: ChangeLog~447 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab94fecde34cdf54e25f89e241ee212da240d8a6;p=php This propably fixes couple of problems with compiling with external libs. --- diff --git a/ext/mysql/config.m4 b/ext/mysql/config.m4 index 2e4cf29d91..2f9d14330b 100644 --- a/ext/mysql/config.m4 +++ b/ext/mysql/config.m4 @@ -80,7 +80,7 @@ elif test "$PHP_MYSQL" != "no"; then if test "$PHP_ZLIB_DIR" != "no"; then PHP_ADD_LIBRARY(z,, MYSQL_SHARED_LIBADD) - MYSQL_LIBS="-L$PHP_ZLIB_DIR -z" + MYSQL_LIBS="-L$PHP_ZLIB_DIR/lib -z" fi PHP_ADD_LIBRARY_WITH_PATH(mysqlclient, $MYSQL_LIB_DIR, MYSQL_SHARED_LIBADD)