net-dns/bind-tools: enable ssl unconditionally
authorMikle Kolyada <zlogene@gentoo.org>
Sat, 21 Sep 2019 14:39:07 +0000 (17:39 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sat, 21 Sep 2019 14:39:07 +0000 (17:39 +0300)
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
net-dns/bind-tools/bind-tools-9.14.4.ebuild
net-dns/bind-tools/bind-tools-9.14.5.ebuild
net-dns/bind-tools/bind-tools-9.15.2.ebuild

index fd6ff9184d413ee0ee87b46d3a5f42f4859920e4..31924994d66e2c06b7eb98a438082481cbc57101 100644 (file)
@@ -67,6 +67,7 @@ src_configure() {
                --without-libjson
                --without-zlib
                --without-lmdb
+               --with-openssl="${EPREFIX}"/usr
                $(use_with idn libidn2)
                $(use_with xml libxml2)
                $(use_with gssapi)
index cccff23c8588c5ba408a757a5d8074e321f06828..135ea809d2a3fda3573485d152a42109858069fd 100644 (file)
@@ -65,6 +65,7 @@ src_configure() {
                --without-libjson
                --without-zlib
                --without-lmdb
+               --with-openssl="${EPREFIX}"/usr
                $(use_with idn libidn2)
                $(use_with xml libxml2)
                $(use_with gssapi)
index cb870329d1a30453aff0ab66c87e7798eb6ce270..5a710f6efc50306ce41e12559eb077a48a0eb2a8 100644 (file)
@@ -66,6 +66,7 @@ src_configure() {
                --without-libjson
                --without-zlib
                --without-lmdb
+               --with-openssl="${EPREFIX}"/usr
                $(use_with idn libidn2)
                $(use_with xml libxml2)
                $(use_with gssapi)