summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorTor Didriksen <tor.didriksen@oracle.com>2011-01-03 14:08:48 +0100
committerTor Didriksen <tor.didriksen@oracle.com>2011-01-03 14:08:48 +0100
commit5216fba54f783428e8b5e4ceacdc3e134204dae1 (patch)
treeda6ac63087ab0af43cb3a192de6b7c015ef1ba74 /sql
parentb5cedcaa181bfbd002ac4c7385835dce4c15fa26 (diff)
downloadmariadb-git-5216fba54f783428e8b5e4ceacdc3e134204dae1.tar.gz
Add mysys to mysqld dependencies, trying to un-break the build on debian
Diffstat (limited to 'sql')
-rw-r--r--sql/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
index 1bec2d7b082..4c75ae39755 100644
--- a/sql/CMakeLists.txt
+++ b/sql/CMakeLists.txt
@@ -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})