Skip to content

Commit

Permalink
bintars should use bundled PCRE
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed May 27, 2020
1 parent 9fd8f1b commit 2c9c9ac
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 @@ -104,6 +104,7 @@ ELSEIF(DEB)
SET(HAVE_EMBEDDED_PRIVILEGE_CONTROL ON)
ELSE()
SET(WITH_SSL bundled CACHE STRING "")
SET(WITH_PCRE bundled CACHE STRING "")
SET(WITH_ZLIB bundled CACHE STRING "")
SET(WITH_JEMALLOC static CACHE STRING "")
ENDIF()
Expand Down

0 comments on commit 2c9c9ac

Please sign in to comment.