1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

pipe and shared memory protocol should be statically compiled into C/C

This commit is contained in:
Vladislav Vaintroub
2018-05-19 15:13:53 +00:00
committed by Sergei Golubchik
parent 1bba3cc2e7
commit 3f10cbf3e4

View File

@@ -34,5 +34,9 @@ ENDIF()
SET(PLUGIN_INSTALL_DIR ${INSTALL_PLUGINDIR})
SET(MARIADB_UNIX_ADDR ${MYSQL_UNIX_ADDR})
SET(CLIENT_PLUGIN_PVIO_NPIPE STATIC)
SET(CLIENT_PLUGIN_PVIO_SHMEM STATIC)
SET(CLIENT_PLUGIN_PVIO_SOCKET STATIC)
MESSAGE("== Configuring MariaDB Connector/C")
ADD_SUBDIRECTORY(libmariadb)