]> git.ipfire.org Git - thirdparty/bind9.git/commit
Don't enforce jemalloc on NetBSD
authorOndřej Surý <ondrej@isc.org>
Mon, 31 Oct 2022 14:46:30 +0000 (14:46 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 31 Oct 2022 15:15:11 +0000 (16:15 +0100)
commita4341b4338f31791bd2a364a5bed207639a5e4fc
tree8aa9b858942f0dead8cee01100f53ddeabab6af3
parent82df6b5a55d7c615fd40420ec12de1685c773470
Don't enforce jemalloc on NetBSD

The NetBSD system allocator is in fact based on the jemalloc, but it
doesn't export the extended interface, so we can't use that.  Remove
the jemalloc enforcement for the NetBSD.

(cherry picked from commit feea72414b4251ffa67c05e17efe21e9fa28d4ab)
configure.ac