mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Added -ldl when linking against jemalloc, needed on Linux
This commit is contained in:
@@ -36,7 +36,7 @@ endif
|
||||
|
||||
ifeq ($(USE_JEMALLOC),yes)
|
||||
ALLOC_DEP=../deps/jemalloc/lib/libjemalloc.a
|
||||
ALLOC_LINK=$(ALLOC_DEP)
|
||||
ALLOC_LINK=$(ALLOC_DEP) -ldl
|
||||
ALLOC_FLAGS=-DUSE_JEMALLOC -I../deps/jemalloc/include
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user