summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMagnus Blåudd <magnus.blaudd@sun.com>2010-11-24 11:49:10 +0100
committerMagnus Blåudd <magnus.blaudd@sun.com>2010-11-24 11:49:10 +0100
commit6ad007c7adeafe9f765e67fda27fa6b3a33c9488 (patch)
treebe083f6c112f9a0e9d2ea405d1e1792d54878c7b /cmake
parent41cab3211134e7d9ee46f261695f727089884f98 (diff)
parent31e30ee326f07c62895f63ea292859b1d95d32e2 (diff)
downloadmariadb-git-6ad007c7adeafe9f765e67fda27fa6b3a33c9488.tar.gz
Merge 5.5-bug58158 into 5.5-bugteam
Diffstat (limited to 'cmake')
-rw-r--r--cmake/plugin.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake
index bf34407db25..c6dd3fc451f 100644
--- a/cmake/plugin.cmake
+++ b/cmake/plugin.cmake
@@ -123,7 +123,7 @@ MACRO(MYSQL_ADD_PLUGIN)
# Update mysqld dependencies
SET (MYSQLD_STATIC_PLUGIN_LIBS ${MYSQLD_STATIC_PLUGIN_LIBS}
- ${target} CACHE INTERNAL "" FORCE)
+ ${target} ${ARG_LINK_LIBRARIES} CACHE INTERNAL "" FORCE)
IF(ARG_MANDATORY)
SET(${with_var} ON CACHE INTERNAL "Link ${plugin} statically to the server"