Merge pull request #337380 from jtojnar/mysql-z
php.extensions.mysqlnd: Fix libz underlinking
This commit is contained in:
commit
aacaf65285
@ -506,7 +506,7 @@ in {
|
||||
# The configure script doesn't correctly add library link
|
||||
# flags, so we add them to the variable used by the Makefile
|
||||
# when linking.
|
||||
MYSQLND_SHARED_LIBADD = "-lssl -lcrypto";
|
||||
MYSQLND_SHARED_LIBADD = "-lz -lssl -lcrypto";
|
||||
# The configure script builds a config.h which is never
|
||||
# included. Let's include it in the main header file
|
||||
# included by all .c-files.
|
||||
|
Loading…
Reference in New Issue
Block a user