mirror of
https://github.com/MariaDB/server.git
synced 2026-04-19 06:45:32 +02:00
Add mysys to mysqld dependencies, trying to un-break the build on debian
This commit is contained in:
parent
b5cedcaa18
commit
5216fba54f
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ IF(NOT WITHOUT_DYNAMIC_PLUGINS)
|
|||
ENDIF()
|
||||
|
||||
SET_TARGET_PROPERTIES(mysqld PROPERTIES ENABLE_EXPORTS TRUE)
|
||||
TARGET_LINK_LIBRARIES(mysqld sql)
|
||||
TARGET_LINK_LIBRARIES(mysqld sql mysys)
|
||||
|
||||
# Provide plugins with minimal set of libraries
|
||||
SET(INTERFACE_LIBS ${LIBRT})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue