Skip to content

Commit

Permalink
net-dns/bind: fix libunwind automagic dependency
Browse files Browse the repository at this point in the history
Removed in 9.17 anyway. Noticed b/c of a build
failure on armv7 musl cross.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 10, 2021
1 parent 4d8bb09 commit edace89
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit edace89

Please sign in to comment.