Skip to content

Commit

Permalink
MDEV-9475 I can't finish my_install_db using binary tar distribution
Browse files Browse the repository at this point in the history
to avoid run-time libjemalloc.so dependency
link binary tarballs with a static libjemalloc_pic.a
  • Loading branch information
vuvova committed Feb 23, 2016
1 parent bb54df6 commit ab2a960
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 @@ -94,6 +94,7 @@ ELSEIF(DEB)
ELSE()
SET(WITH_SSL bundled CACHE STRING "")
SET(WITH_ZLIB bundled CACHE STRING "")
SET(WITH_JEMALLOC static CACHE STRING "")
ENDIF()

IF(NOT COMPILATION_COMMENT)
Expand Down

0 comments on commit ab2a960

Please sign in to comment.