--- a/net-dns/bind/bind-9.16.21.ebuild +++ b/net-dns/bind/bind-9.16.21.ebuild @@ -116,20 +116,20 @@ bind_configure() { local myeconfargs=( AR="$(type -P $(tc-getAR))" - --prefix="${EPREFIX}"/usr + --prefix="${ESYSROOT}"/usr --sysconfdir=/etc/bind --localstatedir=/var --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)