mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Added -ldl when linking against jemalloc, needed on Linux
This commit is contained in:
parent
fec5a664f8
commit
7d9ba15669
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user