commit: b600f444ebc8a6cdb9ea4162c88f0543cf2175bb Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Sun Mar 27 09:39:52 2022 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Sun Mar 27 09:43:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b600f444
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 <AT> gentoo.org> .../unbound/{unbound-1.14.0.ebuild => unbound-1.14.0-r1.ebuild} | 8 ++++---- 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 similarity index 96% rename from net-dns/unbound/unbound-1.14.0.ebuild rename to 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) \
