mirror of
https://github.com/MariaDB/server.git
synced 2025-07-20 16:56:36 +00:00
- Introduce MYSQL_ADD_PLUGIN that replaces MYSQL_STORAGE_ENGINE
- Fix semisync library prefix (remove lib on Unixes) - restrict exported symbols from zlib and yassl (fvisibility=hidden)
This commit is contained in:
@ -22,4 +22,5 @@ SET(ZLIB_SOURCES adler32.c compress.c crc32.c crc32.h deflate.c deflate.h gzio.
|
||||
inffixed.h inflate.c inflate.h inftrees.c inftrees.h trees.c trees.h uncompr.c zconf.h zlib.h
|
||||
zutil.c zutil.h)
|
||||
ADD_CONVENIENCE_LIBRARY(zlib ${ZLIB_SOURCES})
|
||||
RESTRICT_SYMBOL_EXPORTS(zlib)
|
||||
|
||||
|
Reference in New Issue
Block a user