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

index 56b57d6e2972354d874c7b4b19750dba1ecc3d02..3c1d3ba5ad9b586652a120f32879210afc43f28b 100644 (file)
@@ -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)
index 6f05b895942c8150ff9fed213a600c7c1f08eac0..5d27afa5590b3fc04798c7077c67348a944d0016 100644 (file)
@@ -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)
index b26c1f1fbdb586244af7a1884161d9f9edb3e78a..c8135616094148b01852b521857d45ed4091b404 100644 (file)
@@ -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)