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: Thu, 16 Aug 2018 19:55:29
Message-Id: 1534449309.16368735abd754bfe34489f916b4b43a5252fcc2.polynomial-c@gentoo
1 commit: 16368735abd754bfe34489f916b4b43a5252fcc2
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 16 19:55:09 2018 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 19:55:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16368735
7
8 net-dns/nsd: Fixed configure run with USE="systemd"
9
10 Closes: https://bugs.gentoo.org/663618
11 Package-Manager: Portage-2.3.46, Repoman-2.3.10
12
13 net-dns/nsd/nsd-4.1.24.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/net-dns/nsd/nsd-4.1.24.ebuild b/net-dns/nsd/nsd-4.1.24.ebuild
17 index 39c2613bc07..4ba2bdca091 100644
18 --- a/net-dns/nsd/nsd-4.1.24.ebuild
19 +++ b/net-dns/nsd/nsd-4.1.24.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=6
23
24 -inherit user systemd
25 +inherit autotools user systemd
26
27 # version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1
28 MY_PV="${PV/_beta/b}"
29 @@ -41,6 +41,11 @@ PATCHES=(
30 "${FILESDIR}"/nsd_munin_.patch
31 )
32
33 +src_prepare() {
34 + default
35 + eautoreconf
36 +}
37 +
38 src_configure() {
39 local myeconfargs=(
40 --enable-largefile