From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95DE6138334 for ; Thu, 16 Aug 2018 19:55:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B3E7E0841; Thu, 16 Aug 2018 19:55:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CFC9E0841 for ; Thu, 16 Aug 2018 19:55:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78C36335D5B for ; Thu, 16 Aug 2018 19:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C97538E for ; Thu, 16 Aug 2018 19:55:23 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1534449309.16368735abd754bfe34489f916b4b43a5252fcc2.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/nsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/nsd/nsd-4.1.24.ebuild X-VCS-Directories: net-dns/nsd/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 16368735abd754bfe34489f916b4b43a5252fcc2 X-VCS-Branch: master Date: Thu, 16 Aug 2018 19:55:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1f4f1e79-9d3b-46c6-b1ca-a0b2991ea7b1 X-Archives-Hash: eae8fe2cb0477050aeaf6100360fd96b commit: 16368735abd754bfe34489f916b4b43a5252fcc2 Author: Lars Wendler gentoo org> AuthorDate: Thu Aug 16 19:55:09 2018 +0000 Commit: Lars Wendler gentoo 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