summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-11-10 05:37:18 +0000
committerSam James <sam@gentoo.org>2021-11-10 05:37:18 +0000
commit209d2266879aa701b67812f45aa35ed067e0ff21 (patch)
tree28b3d19593b849f64497c5d3de2e5630580b0379 /net-dns
parentmedia-sound/amsynth: add missing intltool dependency (BDEPEND) (diff)
downloadgentoo-209d2266879aa701b67812f45aa35ed067e0ff21.tar.gz
gentoo-209d2266879aa701b67812f45aa35ed067e0ff21.tar.bz2
gentoo-209d2266879aa701b67812f45aa35ed067e0ff21.zip
net-dns/bind: fix cross-compilation for openssl and berkdb
Closes: https://bugs.gentoo.org/820284 Thanks-to: Tee KOBAYASHI <xtkoba@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/bind/bind-9.16.22.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/bind/bind-9.16.22.ebuild b/net-dns/bind/bind-9.16.22.ebuild
index 523a781ea9d7..031f096be112 100644
--- a/net-dns/bind/bind-9.16.22.ebuild
+++ b/net-dns/bind/bind-9.16.22.ebuild
@@ -122,14 +122,14 @@ bind_configure() {
--with-libtool
--enable-full-report
--without-readline
- --with-openssl="${EPREFIX}"/usr
+ --with-openssl="${ESYSROOT}"/usr
--without-cmocka
$(use_enable caps linux-caps)
$(use_enable dnsrps)
$(use_enable dnstap)
$(use_enable fixed-rrset)
# $(use_enable static-libs static)
- $(use_with berkdb dlz-bdb)
+ $(use_with berkdb dlz-bdb "${ESYSROOT}"/usr)
$(use_with dlz dlopen)
$(use_with dlz dlz-filesystem)
$(use_with dlz dlz-stub)