mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
pipe and shared memory protocol should be statically compiled into C/C
This commit is contained in:
parent
4a9acaa524
commit
0040e2932d
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue