From: Lars Wendler Date: Thu, 16 Aug 2018 19:55:09 +0000 (+0200) Subject: net-dns/nsd: Fixed configure run with USE="systemd" X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=16368735abd754bfe34489f916b4b43a5252fcc2;p=gentoo.git 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 --- 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