diff options
author | Nirbhay Choubey <nirbhay@skysql.com> | 2014-08-06 19:31:13 -0400 |
---|---|---|
committer | Nirbhay Choubey <nirbhay@skysql.com> | 2014-08-06 19:31:13 -0400 |
commit | abbdc7ae860e70e30acc92bf4758d45bb8b46925 (patch) | |
tree | 082bc63f91fa7c2b9b41b59976b5e396ba472521 /cmake | |
parent | 627caa30b691cd674ea6568da9dc5f757c3aae1a (diff) | |
download | mariadb-git-abbdc7ae860e70e30acc92bf4758d45bb8b46925.tar.gz |
MDEV-6118: Unable to install "MariaDB-connect-engine" when
using "MariaDB-Galera-server"
rpm: Updated components' requires-list to include "MariaDB"
instead of "MariaDB-server".
deb: Added (ORed) 'mariadb-galera-server-10.0' to the 'Depends'
list of connect and oqgraph engine packages.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/plugin.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake index 07372849a10..51949ef6672 100644 --- a/cmake/plugin.cmake +++ b/cmake/plugin.cmake @@ -195,7 +195,7 @@ MACRO(MYSQL_ADD_PLUGIN) IF(ARG_COMPONENT) IF(CPACK_COMPONENTS_ALL AND NOT CPACK_COMPONENTS_ALL MATCHES ${ARG_COMPONENT}) SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} ${ARG_COMPONENT} PARENT_SCOPE) - SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB-server" PARENT_SCOPE) + SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB" PARENT_SCOPE) IF (NOT ARG_CONFIG) SET(ARG_CONFIG "${CMAKE_CURRENT_BINARY_DIR}/${target}.cnf") |