mirror of
https://github.com/MariaDB/server.git
synced 2026-04-23 08:45:33 +02:00
pipe and shared memory protocol should be statically compiled into C/C
This commit is contained in:
parent
1bba3cc2e7
commit
3f10cbf3e4
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…
Add table
Add a link
Reference in a new issue