2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Link jemalloc again for testing unit build order

(cherry picked from commit 62152068015e36586ea8d2221e5ffd2d292750a4)
This commit is contained in:
Aydın Mercan 2024-01-11 13:59:11 +03:00 committed by Ondřej Surý
parent afb0b3971c
commit 3d0bfa3f28
No known key found for this signature in database
GPG Key ID: 2820F37E873DEA41

View File

@ -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