Commit 6935d660 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-12591 MariaDB embedded server refuses start with innodb_plugin

innodb calls sd_notify(), it must be linked with libsystemd
parent 1b27c254
......@@ -512,5 +512,5 @@ ENDIF()
MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOURCES} STORAGE_ENGINE
MODULE_ONLY
MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT})
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LIBSYSTEMD} ${LINKER_SCRIPT})
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment