diff options
author | Sam James <sam@gentoo.org> | 2024-09-03 07:40:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-03 07:41:28 +0100 |
commit | 6d9bd99c395afe5e409d55eb3375f1d9b7c4f57c (patch) | |
tree | 8ff24fe281b6af265ee1c4ef519deb9ac751e400 /net-dns | |
parent | net-dns/bind: fix init script for non-merged-usr (diff) | |
download | gentoo-6d9bd99c395afe5e409d55eb3375f1d9b7c4f57c.tar.gz gentoo-6d9bd99c395afe5e409d55eb3375f1d9b7c4f57c.tar.bz2 gentoo-6d9bd99c395afe5e409d55eb3375f1d9b7c4f57c.zip |
net-dns/bind: don't enable jemalloc by default
It was enabled by default in c5a1a089f3e4ce5b4203fb2b0b218a42c3f090bd but
we get crashes with dlz + samba.
A reliable BIND is more important than anything else.
Bug: https://bugs.gentoo.org/938955
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.18.29-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/bind/bind-9.18.29-r2.ebuild b/net-dns/bind/bind-9.18.29-r2.ebuild index 56fb07aa3d91..cbd163402fca 100644 --- a/net-dns/bind/bind-9.18.29-r2.ebuild +++ b/net-dns/bind/bind-9.18.29-r2.ebuild @@ -16,7 +16,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="MPL-2.0" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="+caps dnsrps dnstap doc doh fixed-rrset idn +jemalloc geoip gssapi lmdb selinux static-libs test xml" +IUSE="+caps dnsrps dnstap doc doh fixed-rrset idn jemalloc geoip gssapi lmdb selinux static-libs test xml" RESTRICT="!test? ( test )" DEPEND=" |