1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 00:53:30 +02:00

This propably fixes couple of problems with compiling with external libs.

This commit is contained in:
foobar
2001-11-02 01:32:33 +00:00
parent b1085a21e5
commit ab94fecde3

View File

@@ -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)