From 16368735abd754bfe34489f916b4b43a5252fcc2 Mon Sep 17 00:00:00 2001 From: Lars Wendler Date: Thu, 16 Aug 2018 21:55:09 +0200 Subject: [PATCH] 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 39c2613bc070..4ba2bdca0910 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 -- 2.26.2