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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user