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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 02A96158086 for ; Sun, 7 Nov 2021 07:13:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F23AE09ED; Sun, 7 Nov 2021 07:13:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 314B2E09ED for ; Sun, 7 Nov 2021 07:13:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45F98342C1A for ; Sun, 7 Nov 2021 07:13:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A16913F for ; Sun, 7 Nov 2021 07:13:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1636269188.3cea259e6f449f968d3995addd9672a114ed7edc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.03.14.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3cea259e6f449f968d3995addd9672a114ed7edc X-VCS-Branch: master Date: Sun, 7 Nov 2021 07:13:39 +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: 8232f57e-af3f-4f59-b4cf-50179f01ef5e X-Archives-Hash: 46168d46f1a872f398d9c425cdad6fc6 commit: 3cea259e6f449f968d3995addd9672a114ed7edc Author: Sam James gentoo org> AuthorDate: Sun Nov 7 07:13:08 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 7 07:13:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cea259e sys-fs/lvm2: use more idiomatic tc-ld-disable-gold Note that it does indeed work with lld, so no need to force bfd either. Bug: https://bugs.gentoo.org/822210 Signed-off-by: Sam James gentoo.org> sys-fs/lvm2/lvm2-2.03.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.03.14.ebuild b/sys-fs/lvm2/lvm2-2.03.14.ebuild index d690731034f..6ff2436b7ef 100644 --- a/sys-fs/lvm2/lvm2-2.03.14.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.14.ebuild @@ -122,7 +122,7 @@ src_configure() { filter-flags -flto # Workaround for bug #822210 - tc-ld-is-gold && tc-ld-force-bfd + tc-ld-disable-gold local myeconfargs=()