]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Link jemalloc again for testing unit build order
authorAydın Mercan <aydin@isc.org>
Thu, 11 Jan 2024 10:59:11 +0000 (13:59 +0300)
committerOndřej Surý <ondrej@isc.org>
Thu, 18 Jan 2024 08:34:36 +0000 (09:34 +0100)
Makefile.tests

index e1b7e0e046e8ff9b9041e926fb62a5fe5d7d8ef7..a0ea914d40dac60060493fec88c06861bb1ffab4 100644 (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