Commit ab2a9600 authored by Sergei Golubchik's avatar Sergei Golubchik

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
parent bb54df6e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment