diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-21 17:36:03 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-09-21 17:36:39 +0300 |
commit | 67821c319e96758bb8f3e5f5c45584692d900594 (patch) | |
tree | 65d51bc278e9be35043888716781aad1cca84388 /net-dns | |
parent | dev-libs/libical: Fix USE vala (diff) | |
download | gentoo-67821c319e96758bb8f3e5f5c45584692d900594.tar.gz gentoo-67821c319e96758bb8f3e5f5c45584692d900594.tar.bz2 gentoo-67821c319e96758bb8f3e5f5c45584692d900594.zip |
net-dns/bind: enable ssl unconditionally
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/bind/bind-9.14.4.ebuild | 1 | ||||
-rw-r--r-- | net-dns/bind/bind-9.14.5.ebuild | 1 | ||||
-rw-r--r-- | net-dns/bind/bind-9.15.2.ebuild | 1 |
3 files changed, 3 insertions, 0 deletions
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) |