mirror of
https://github.com/MariaDB/server.git
synced 2025-08-09 22:24:09 +03:00
pipe and shared memory protocol should be statically compiled into C/C
This commit is contained in:
committed by
Sergei Golubchik
parent
1bba3cc2e7
commit
3f10cbf3e4
@@ -34,5 +34,9 @@ ENDIF()
|
|||||||
SET(PLUGIN_INSTALL_DIR ${INSTALL_PLUGINDIR})
|
SET(PLUGIN_INSTALL_DIR ${INSTALL_PLUGINDIR})
|
||||||
SET(MARIADB_UNIX_ADDR ${MYSQL_UNIX_ADDR})
|
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")
|
MESSAGE("== Configuring MariaDB Connector/C")
|
||||||
ADD_SUBDIRECTORY(libmariadb)
|
ADD_SUBDIRECTORY(libmariadb)
|
||||||
|
Reference in New Issue
Block a user