Skip to content

Commit ab2a960

Browse files
committed
MDEV-9475 I can't finish my_install_db using binary tar distribution
to avoid run-time libjemalloc.so dependency link binary tarballs with a static libjemalloc_pic.a
1 parent bb54df6 commit ab2a960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/build_configurations/mysql_release.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ ELSEIF(DEB)
9494
ELSE()
9595
SET(WITH_SSL bundled CACHE STRING "")
9696
SET(WITH_ZLIB bundled CACHE STRING "")
97+
SET(WITH_JEMALLOC static CACHE STRING "")
9798
ENDIF()
9899

99100
IF(NOT COMPILATION_COMMENT)

0 commit comments

Comments
 (0)