mirror of
https://github.com/fluencelabs/redis
synced 2025-05-19 13:41:21 +00:00
Added -ldl when linking against jemalloc, needed on Linux
This commit is contained in:
parent
860e3ade2d
commit
7f90bcfaee
@ -36,7 +36,7 @@ endif
|
|||||||
|
|
||||||
ifeq ($(USE_JEMALLOC),yes)
|
ifeq ($(USE_JEMALLOC),yes)
|
||||||
ALLOC_DEP=../deps/jemalloc/lib/libjemalloc.a
|
ALLOC_DEP=../deps/jemalloc/lib/libjemalloc.a
|
||||||
ALLOC_LINK=$(ALLOC_DEP)
|
ALLOC_LINK=$(ALLOC_DEP) -ldl
|
||||||
ALLOC_FLAGS=-DUSE_JEMALLOC -I../deps/jemalloc/include
|
ALLOC_FLAGS=-DUSE_JEMALLOC -I../deps/jemalloc/include
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user