summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-10 05:45:25 +0000
committerSam James <sam@gentoo.org>2021-11-10 05:45:40 +0000
commitedace89efce1eb83cf45b1ab05eef5f7dcb6d838 (patch)
treea21ec147d26e552511465ea64111448aabdf242c /net-dns
parentnet-dns/bind-tools: fix cross compilation for libidn (diff)
downloadgentoo-edace89efce1eb83cf45b1ab05eef5f7dcb6d838.tar.gz
gentoo-edace89efce1eb83cf45b1ab05eef5f7dcb6d838.tar.bz2
gentoo-edace89efce1eb83cf45b1ab05eef5f7dcb6d838.zip
net-dns/bind: fix libunwind automagic dependency
Removed in 9.17 anyway. Noticed b/c of a build failure on armv7 musl cross. Signed-off-by: Sam James <sam@gentoo.org>
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)