Add mysys to mysqld dependencies, trying to un-break the build on debian
This commit is contained in:
parent
eb0e843dde
commit
6d92e631c6
@ -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…
x
Reference in New Issue
Block a user