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 A6A991382C5 for ; Fri, 26 Mar 2021 22:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC14BE07B3; Fri, 26 Mar 2021 22:35:01 +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 4F72CE07B3 for ; Fri, 26 Mar 2021 22:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DC591340E5B for ; Fri, 26 Mar 2021 22:34:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4302D592 for ; Fri, 26 Mar 2021 22:34:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1616798083.6f7ac6d28b82e544dcd9407419dcde42693847c5.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-fs/nfs-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild net-fs/nfs-utils/nfs-utils-2.5.3.ebuild X-VCS-Directories: net-fs/nfs-utils/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6f7ac6d28b82e544dcd9407419dcde42693847c5 X-VCS-Branch: master Date: Fri, 26 Mar 2021 22:34:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e8dad0b9-fca0-4af2-bfe1-1e44b19689f9 X-Archives-Hash: bb06b0d34d43dd95fa493ce84d792add commit: 6f7ac6d28b82e544dcd9407419dcde42693847c5 Author: David Seifert gentoo org> AuthorDate: Fri Mar 26 22:34:43 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Mar 26 22:34:43 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f7ac6d2 net-fs/nfs-utils: Don't build static plugins * Also clean out .la files Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: David Seifert gentoo.org> .../nfs-utils/{nfs-utils-2.5.3.ebuild => nfs-utils-2.5.3-r1.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-fs/nfs-utils/nfs-utils-2.5.3.ebuild b/net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild similarity index 97% rename from net-fs/nfs-utils/nfs-utils-2.5.3.ebuild rename to net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild index f536708a51b..f3b3676ca38 100644 --- a/net-fs/nfs-utils/nfs-utils-2.5.3.ebuild +++ b/net-fs/nfs-utils/nfs-utils-2.5.3-r1.ebuild @@ -92,9 +92,10 @@ src_configure() { export libsqlite3_cv_is_recent=yes # Our DEPEND forces this. export ac_cv_header_keyutils_h=$(usex nfsidmap) local myeconfargs=( + --disable-static --with-statedir="${EPREFIX}"/var/lib/nfs --enable-tirpc - --with-tirpcinclude="${EPREFIX}"/usr/include/tirpc/ + --with-tirpcinclude="${ESYSROOT}"/usr/include/tirpc/ --with-pluginpath="${EPREFIX}"/usr/$(get_libdir)/libnfsidmap --with-rpcgen --with-systemd="$(systemd_get_systemunitdir)" @@ -174,6 +175,8 @@ src_install() { keepdir /var/lib/nfs #368505 keepdir /var/lib/nfs/v4recovery #603628 + # no static archives + find "${ED}" -name '*.la' -delete || die } pkg_postinst() {