Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/
Date: Wed, 02 Dec 2020 14:05:41
Message-Id: 1606917932.083d5b02b802ac2c5a2c4bfdc2dd6b7de91ddd55.polynomial-c@gentoo
1 commit: 083d5b02b802ac2c5a2c4bfdc2dd6b7de91ddd55
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 14:05:16 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 14:05:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083d5b02
7
8 net-dns/nsd: Run eautoreconf else some pkg-config macros are missing
9
10 Closes: https://bugs.gentoo.org/758050
11 Package-Manager: Portage-3.0.11, Repoman-3.0.2
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-dns/nsd/nsd-4.3.4.ebuild | 9 ++++++++-
15 1 file changed, 8 insertions(+), 1 deletion(-)
16
17 diff --git a/net-dns/nsd/nsd-4.3.4.ebuild b/net-dns/nsd/nsd-4.3.4.ebuild
18 index 26d8ed0e769..46801d6b5f0 100644
19 --- a/net-dns/nsd/nsd-4.3.4.ebuild
20 +++ b/net-dns/nsd/nsd-4.3.4.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -inherit systemd
26 +inherit autotools systemd
27
28 # version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
29 MY_PV="${PV/_beta/b}"
30 @@ -48,6 +48,13 @@ PATCHES=(
31 "${FILESDIR}"/nsd_munin_.patch
32 )
33
34 +src_prepare() {
35 + default
36 + # Required to get correct pkg-config macros with USE="systemd"
37 + # see bugs #663618 and #758050
38 + eautoreconf
39 +}
40 +
41 src_configure() {
42 local myeconfargs=(
43 --enable-largefile