Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/
Date: Sun, 07 Nov 2021 07:13:43
Message-Id: 1636269188.3cea259e6f449f968d3995addd9672a114ed7edc.sam@gentoo
1 commit: 3cea259e6f449f968d3995addd9672a114ed7edc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 07:13:08 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 07:13:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cea259e
7
8 sys-fs/lvm2: use more idiomatic tc-ld-disable-gold
9
10 Note that it does indeed work with lld, so no need to force bfd either.
11
12 Bug: https://bugs.gentoo.org/822210
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 sys-fs/lvm2/lvm2-2.03.14.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sys-fs/lvm2/lvm2-2.03.14.ebuild b/sys-fs/lvm2/lvm2-2.03.14.ebuild
19 index d690731034f..6ff2436b7ef 100644
20 --- a/sys-fs/lvm2/lvm2-2.03.14.ebuild
21 +++ b/sys-fs/lvm2/lvm2-2.03.14.ebuild
22 @@ -122,7 +122,7 @@ src_configure() {
23 filter-flags -flto
24
25 # Workaround for bug #822210
26 - tc-ld-is-gold && tc-ld-force-bfd
27 + tc-ld-disable-gold
28
29 local myeconfargs=()