Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/unbound/
Date: Sun, 27 Mar 2022 09:43:49
Message-Id: 1648374192.b600f444ebc8a6cdb9ea4162c88f0543cf2175bb.mschiff@gentoo
1 commit: b600f444ebc8a6cdb9ea4162c88f0543cf2175bb
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:39:52 2022 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:43:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b600f444
7
8 net-dns/unbound: fix #836214 for 1.14.0 and 1.15.0
9
10 Bug: https://bugs.gentoo.org/836214
11 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
12
13 .../unbound/{unbound-1.14.0.ebuild => unbound-1.14.0-r1.ebuild} | 8 ++++----
14 net-dns/unbound/unbound-1.15.0.ebuild | 8 ++++----
15 2 files changed, 8 insertions(+), 8 deletions(-)
16
17 diff --git a/net-dns/unbound/unbound-1.14.0.ebuild b/net-dns/unbound/unbound-1.14.0-r1.ebuild
18 similarity index 96%
19 rename from net-dns/unbound/unbound-1.14.0.ebuild
20 rename to net-dns/unbound/unbound-1.14.0-r1.ebuild
21 index ddfece68d4df..5d8427f124b1 100644
22 --- a/net-dns/unbound/unbound-1.14.0.ebuild
23 +++ b/net-dns/unbound/unbound-1.14.0-r1.ebuild
24 @@ -114,12 +114,12 @@ multilib_src_configure() {
25 --disable-rpath \
26 --enable-event-api \
27 --enable-ipsecmod \
28 - --with-libevent="${EPREFIX}"/usr \
29 - $(multilib_native_usex redis --with-libhiredis="${EPREFIX}/usr" --without-libhiredis) \
30 + --with-libevent="${ESYSROOT}"/usr \
31 + $(multilib_native_usex redis --with-libhiredis="${ESYSROOT}/usr" --without-libhiredis) \
32 --with-pidfile="${EPREFIX}"/run/unbound.pid \
33 --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \
34 - --with-ssl="${EPREFIX}"/usr \
35 - --with-libexpat="${EPREFIX}"/usr
36 + --with-ssl="${ESYSROOT}"/usr \
37 + --with-libexpat="${ESYSROOT}"/usr
38
39 # http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html
40 # $(use_enable debug lock-checks) \
41
42 diff --git a/net-dns/unbound/unbound-1.15.0.ebuild b/net-dns/unbound/unbound-1.15.0.ebuild
43 index ddfece68d4df..5d8427f124b1 100644
44 --- a/net-dns/unbound/unbound-1.15.0.ebuild
45 +++ b/net-dns/unbound/unbound-1.15.0.ebuild
46 @@ -114,12 +114,12 @@ multilib_src_configure() {
47 --disable-rpath \
48 --enable-event-api \
49 --enable-ipsecmod \
50 - --with-libevent="${EPREFIX}"/usr \
51 - $(multilib_native_usex redis --with-libhiredis="${EPREFIX}/usr" --without-libhiredis) \
52 + --with-libevent="${ESYSROOT}"/usr \
53 + $(multilib_native_usex redis --with-libhiredis="${ESYSROOT}/usr" --without-libhiredis) \
54 --with-pidfile="${EPREFIX}"/run/unbound.pid \
55 --with-rootkey-file="${EPREFIX}"/etc/dnssec/root-anchors.txt \
56 - --with-ssl="${EPREFIX}"/usr \
57 - --with-libexpat="${EPREFIX}"/usr
58 + --with-ssl="${ESYSROOT}"/usr \
59 + --with-libexpat="${ESYSROOT}"/usr
60
61 # http://unbound.nlnetlabs.nl/pipermail/unbound-users/2011-April/001801.html
62 # $(use_enable debug lock-checks) \