Skip to content

Commit

Permalink
ensure that pam plugin is present in release packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Aug 20, 2019
1 parent 62cc991 commit 91fdb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/build_configurations/mysql_release.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ ENDIF()

IF(UNIX)
SET(WITH_EXTRA_CHARSETS all CACHE STRING "")
SET(PLUGIN_AUTH_PAM YES)

IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
IF(NOT IGNORE_AIO_CHECK)
Expand Down

0 comments on commit 91fdb93

Please sign in to comment.