Skip to content

Commit

Permalink
MDEV-12231 MariaDB fails to restart after 10.0.30-1.el7 update
Browse files Browse the repository at this point in the history
force SELinux policies to be built in mysql_release RPM packages
  • Loading branch information
vuvova committed Mar 12, 2017
1 parent 2abc313 commit c99d71a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/build_configurations/mysql_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")
Expand Down

0 comments on commit c99d71a

Please sign in to comment.