From: Mikle Kolyada Date: Sat, 21 Sep 2019 14:36:03 +0000 (+0300) Subject: net-dns/bind: enable ssl unconditionally X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=67821c319e96758bb8f3e5f5c45584692d900594;p=gentoo.git net-dns/bind: enable ssl unconditionally Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Mikle Kolyada --- diff --git a/net-dns/bind/bind-9.14.4.ebuild b/net-dns/bind/bind-9.14.4.ebuild index 56b57d6e2972..3c1d3ba5ad9b 100644 --- a/net-dns/bind/bind-9.14.4.ebuild +++ b/net-dns/bind/bind-9.14.4.ebuild @@ -134,6 +134,7 @@ src_configure() { --with-libtool --enable-full-report --without-readline + --with-openssl="${EPREFIX}"/usr $(use_enable caps linux-caps) $(use_enable dnsrps) $(use_enable dnstap) diff --git a/net-dns/bind/bind-9.14.5.ebuild b/net-dns/bind/bind-9.14.5.ebuild index 6f05b895942c..5d27afa5590b 100644 --- a/net-dns/bind/bind-9.14.5.ebuild +++ b/net-dns/bind/bind-9.14.5.ebuild @@ -136,6 +136,7 @@ src_configure() { --with-libtool --enable-full-report --without-readline + --with-openssl="${EPREFIX}"/usr $(use_enable caps linux-caps) $(use_enable dnsrps) $(use_enable dnstap) diff --git a/net-dns/bind/bind-9.15.2.ebuild b/net-dns/bind/bind-9.15.2.ebuild index b26c1f1fbdb5..c81356160941 100644 --- a/net-dns/bind/bind-9.15.2.ebuild +++ b/net-dns/bind/bind-9.15.2.ebuild @@ -134,6 +134,7 @@ src_configure() { --with-libtool --enable-full-report --without-readline + --with-openssl="${EPREFIX}"/usr $(use_enable caps linux-caps) $(use_enable dnsrps) $(use_enable dnstap)