diff options
author | Marc Schiffbauer <mschiff@gentoo.org> | 2022-03-26 23:39:52 -1000 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2022-03-26 23:43:12 -1000 |
commit | b600f444ebc8a6cdb9ea4162c88f0543cf2175bb (patch) | |
tree | 861bd5a89aa9176bbc7d0f0e6a4295a9d6aac4b3 /net-dns/unbound | |
parent | net-dns/unbound: Version updated to 1.15.0. (diff) | |
download | gentoo-b600f444ebc8a6cdb9ea4162c88f0543cf2175bb.tar.gz gentoo-b600f444ebc8a6cdb9ea4162c88f0543cf2175bb.tar.bz2 gentoo-b600f444ebc8a6cdb9ea4162c88f0543cf2175bb.zip |
net-dns/unbound: fix #836214 for 1.14.0 and 1.15.0
Bug: https://bugs.gentoo.org/836214
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'net-dns/unbound')
-rw-r--r-- | net-dns/unbound/unbound-1.14.0-r1.ebuild (renamed from net-dns/unbound/unbound-1.14.0.ebuild) | 8 | ||||
-rw-r--r-- | net-dns/unbound/unbound-1.15.0.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/net-dns/unbound/unbound-1.14.0.ebuild b/net-dns/unbound/unbound-1.14.0-r1.ebuild index ddfece68d4df..5d8427f124b1 100644 --- a/net-dns/unbound/unbound-1.14.0.ebuild +++ b/net-dns/unbound/unbound-1.14.0-r1.ebuild @@ -114,12 +114,12 @@ multilib_src_configure() { --disable-rpath \ --enable-event-api \ --enable-ipsecmod \ - --with-libevent="${EPREFIX}"/usr \ - $(multilib_native_usex redis --with-libhiredis="${EPREFIX}/usr" --without-libhiredis) \ + --with-libevent="${ESYSROOT}"/usr \ + $(multilib_native_usex redis --with-libhiredis="${ESYSROOT}/usr" --without-libhiredis) \ --with-pidfile="${EPREFIX}"/run/unbound.pid \ --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \ - --with-ssl="${EPREFIX}"/usr \ - --with-libexpat="${EPREFIX}"/usr + --with-ssl="${ESYSROOT}"/usr \ + --with-libexpat="${ESYSROOT}"/usr # http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html # $(use_enable debug lock-checks) \ diff --git a/net-dns/unbound/unbound-1.15.0.ebuild b/net-dns/unbound/unbound-1.15.0.ebuild index ddfece68d4df..5d8427f124b1 100644 --- a/net-dns/unbound/unbound-1.15.0.ebuild +++ b/net-dns/unbound/unbound-1.15.0.ebuild @@ -114,12 +114,12 @@ multilib_src_configure() { --disable-rpath \ --enable-event-api \ --enable-ipsecmod \ - --with-libevent="${EPREFIX}"/usr \ - $(multilib_native_usex redis --with-libhiredis="${EPREFIX}/usr" --without-libhiredis) \ + --with-libevent="${ESYSROOT}"/usr \ + $(multilib_native_usex redis --with-libhiredis="${ESYSROOT}/usr" --without-libhiredis) \ --with-pidfile="${EPREFIX}"/run/unbound.pid \ --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \ - --with-ssl="${EPREFIX}"/usr \ - --with-libexpat="${EPREFIX}"/usr + --with-ssl="${ESYSROOT}"/usr \ + --with-libexpat="${ESYSROOT}"/usr # http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html # $(use_enable debug lock-checks) \ |