mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
Use ZLIB_LIBS when linking libmysqlclient_r (Bug #6418)
This commit is contained in:
parent
9740ca62f9
commit
4e284cabae
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
target = libmysqlclient_r.la
|
||||
target_defs = -DDONT_USE_RAID -DMYSQL_CLIENT @LIB_EXTRA_CCFLAGS@
|
||||
LIBS = @LIBS@ @openssl_libs@
|
||||
LIBS = @LIBS@ @ZLIB_LIBS@ @openssl_libs@
|
||||
|
||||
INCLUDES = @MT_INCLUDES@ \
|
||||
-I$(top_srcdir)/include $(openssl_includes) @ZLIB_INCLUDES@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue