summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <vicentiu@mariadb.org>2020-07-07 17:58:24 +0300
committerVicențiu Ciorbaru <vicentiu@mariadb.org>2020-07-07 17:59:47 +0300
commitf18c5a7ed774228cee4fdeb4ed4b16b68ae9f4bb (patch)
tree58ddfb8af6dbeb3fd70b8196b83c17bec39a65bd /cmake
parenta53662555302f08dc7dfb89c6ad12863fbf4e8d7 (diff)
downloadmariadb-git-f18c5a7ed774228cee4fdeb4ed4b16b68ae9f4bb.tar.gz
MDEV-23114 AUTH_PAM plugin can not be disabled when using mysql_release config
When setting the PLUGIN_AUTH_PAM variable, mark it as a "CACHE" variable so it can be overridden by the user.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build_configurations/mysql_release.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index 2a8461bf370..5af197c7f11 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -118,7 +118,7 @@ ENDIF()
IF(UNIX)
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
- SET(PLUGIN_AUTH_PAM YES)
+ SET(PLUGIN_AUTH_PAM YES CACHE BOOL "")
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(NOT IGNORE_AIO_CHECK)