diff options
author | Sergei Golubchik <serg@mariadb.org> | 2017-03-12 01:10:04 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2017-03-12 10:30:57 +0100 |
commit | c99d71a29ce91c359bb4d72875477144c26463b3 (patch) | |
tree | 1b76e4e2c9a3650980f51b517f90686286f63c83 /cmake | |
parent | 2abc313c3794f2a38e2485ded041a6cca0ad1172 (diff) | |
download | mariadb-git-c99d71a29ce91c359bb4d72875477144c26463b3.tar.gz |
MDEV-12231 MariaDB fails to restart after 10.0.30-1.el7 update
force SELinux policies to be built in mysql_release RPM packages
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/build_configurations/mysql_release.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake index 2c0e7699c8d..68453bab608 100644 --- a/cmake/build_configurations/mysql_release.cmake +++ b/cmake/build_configurations/mysql_release.cmake @@ -97,6 +97,8 @@ OPTION(ENABLED_LOCAL_INFILE "" ON) IF(RPM) SET(WITH_SSL system CACHE STRING "") SET(WITH_ZLIB system CACHE STRING "") + SET(CHECKMODULE /usr/bin/checkmodule CACHE STRING "") + SET(SEMODULE_PACKAGE /usr/bin/semodule_package CACHE STRING "") ELSEIF(DEB) SET(WITH_SSL system CACHE STRING "") SET(WITH_ZLIB system CACHE STRING "") |