]> 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 14:46:30 +0000 (14:46 +0000)
commitfeea72414b4251ffa67c05e17efe21e9fa28d4ab
tree1434e019303a6cd9b234930984d7e5aad6eb64f4
parent07e2b571521f918eab76b5bee02ebbe611af949a
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.
configure.ac