Skip to content

Commit

Permalink
pipe and shared memory protocol should be statically compiled into C/C
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed May 19, 2018
1 parent 4a9acaa commit 0040e29
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/mariadb_connector_c.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0040e29

Please sign in to comment.