mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 23:25:38 +00:00
Link jemalloc again for testing unit build order
This commit is contained in:
committed by
Ondřej Surý
parent
197de93bdc
commit
6215206801
@@ -21,3 +21,8 @@ AM_CPPFLAGS += \
|
|||||||
LDADD += \
|
LDADD += \
|
||||||
$(top_builddir)/tests/libtest/libtest.la \
|
$(top_builddir)/tests/libtest/libtest.la \
|
||||||
$(CMOCKA_LIBS)
|
$(CMOCKA_LIBS)
|
||||||
|
|
||||||
|
if HAVE_JEMALLOC
|
||||||
|
AM_CFLAGS += $(JEMALLOC_CFLAGS)
|
||||||
|
LDADD += $(JEMALLOC_LIBS)
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user