commit: 67821c319e96758bb8f3e5f5c45584692d900594
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 14:36:03 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 14:36:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67821c31
net-dns/bind: enable ssl unconditionally
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
net-dns/bind/bind-9.14.4.ebuild | 1 +
net-dns/bind/bind-9.14.5.ebuild | 1 +
net-dns/bind/bind-9.15.2.ebuild | 1 +
3 files changed, 3 insertions(+)
diff --git a/net-dns/bind/bind-9.14.4.ebuild b/net-dns/bind/bind-9.14.4.ebuild
index 56b57d6e297..3c1d3ba5ad9 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 6f05b895942..5d27afa5590 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 b26c1f1fbdb..c8135616094 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)