mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:20:00 -04:00
Link jemalloc again for testing unit build order
(cherry picked from commit 6215206801)
This commit is contained in:
parent
afb0b3971c
commit
3d0bfa3f28
1 changed files with 5 additions and 0 deletions
|
|
@ -21,3 +21,8 @@ AM_CPPFLAGS += \
|
|||
LDADD += \
|
||||
$(top_builddir)/tests/libtest/libtest.la \
|
||||
$(CMOCKA_LIBS)
|
||||
|
||||
if HAVE_JEMALLOC
|
||||
AM_CFLAGS += $(JEMALLOC_CFLAGS)
|
||||
LDADD += $(JEMALLOC_LIBS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue