commit: 16368735abd754bfe34489f916b4b43a5252fcc2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Thu Aug 16 19:55:09 2018 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Thu Aug 16 19:55:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16368735
net-dns/nsd: Fixed configure run with USE="systemd" Closes: https://bugs.gentoo.org/663618 Package-Manager: Portage-2.3.46, Repoman-2.3.10 net-dns/nsd/nsd-4.1.24.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-dns/nsd/nsd-4.1.24.ebuild b/net-dns/nsd/nsd-4.1.24.ebuild index 39c2613bc07..4ba2bdca091 100644 --- a/net-dns/nsd/nsd-4.1.24.ebuild +++ b/net-dns/nsd/nsd-4.1.24.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit user systemd +inherit autotools user systemd # version voodoo needed only for non-release tarballs: 4.0.0_rc1 => 4.0.0rc1 MY_PV="${PV/_beta/b}" @@ -41,6 +41,11 @@ PATCHES=( "${FILESDIR}"/nsd_munin_.patch ) +src_prepare() { + default + eautoreconf +} + src_configure() { local myeconfargs=( --enable-largefile
