commit:     3cea259e6f449f968d3995addd9672a114ed7edc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 07:13:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> 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 <sam <AT> 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=()
 

Reply via email to