diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-11-29 18:36:17 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-12-25 12:00:52 +0100 |
commit | 76056559ac7cacfe176f6e131ce3bc7bfc749890 (patch) | |
tree | 81cd1f6af94aff274ac9e54a55a2892b62430ef8 /cmake | |
parent | 9631d933fbc2ec998746d49e1c2134d57947705a (diff) | |
download | mariadb-git-76056559ac7cacfe176f6e131ce3bc7bfc749890.tar.gz |
MDEV-9869 INSTALL SONAME 'ha_connect'
fix 011497bd603
in RPM and DEB: storage engine packages must require the server
package of exactly correct version.
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 2a2f206dcef..70b252c16b5 100644 --- a/cmake/plugin.cmake +++ b/cmake/plugin.cmake @@ -230,7 +230,7 @@ MACRO(MYSQL_ADD_PLUGIN) SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} PARENT_SCOPE) IF (NOT ARG_CLIENT) - SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB${ver}" PARENT_SCOPE) + SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB-server${ver}" PARENT_SCOPE) ENDIF() # workarounds for cmake issues #13248 and #12864: SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_PROVIDES "cmake_bug_13248" PARENT_SCOPE) |