1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

MCOL-3624 Move jemalloc to an LD_PRELOAD

Linking will become an issue for the unified build and it is an issue
for jemalloc 5.x. Instead we will LD_PRELOAD on the forked ColumnStore
specific processes.
This commit is contained in:
Andrew Hutchings
2019-11-25 11:51:04 +00:00
parent b3c22c8f9a
commit efe829784d
7 changed files with 11 additions and 66 deletions

View File

@ -8,7 +8,7 @@
# to be set before calling find_package:
#
# SNAPPY_ROOT_DIR Set this variable to the root installation of
# jemalloc if the module has problems finding
# snappy if the module has problems finding
# the proper installation path.
#
# Variables defined by this module:
@ -28,7 +28,7 @@ find_library(SNAPPY_LIBRARIES
find_path(SNAPPY_INCLUDE_DIR
NAMES snappy.h
HINTS ${JEMALLOC_ROOT_DIR}/include
HINTS ${SNAPPY_ROOT_DIR}/include
)
include(FindPackageHandleStandardArgs)