summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/bind-9.16.22-r1.ebuild (renamed from net-dns/bind/bind-9.16.22.ebuild)2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-dns/bind/bind-9.16.22.ebuild b/net-dns/bind/bind-9.16.22-r1.ebuild
index 031f096be112..deec88ca7e3a 100644
--- a/net-dns/bind/bind-9.16.22.ebuild
+++ b/net-dns/bind/bind-9.16.22-r1.ebuild
@@ -124,6 +124,8 @@ bind_configure() {
--without-readline
--with-openssl="${ESYSROOT}"/usr
--without-cmocka
+ # Removed in 9.17, drags in libunwind dependency too
+ --disable-backtrace
$(use_enable caps linux-caps)
$(use_enable dnsrps)
$(use_enable dnstap)