commit: 1c49b3260c23d41fc11e0c9ca8c1795315ca8954 Author: Violet Purcell <vimproved <AT> inventati <DOT> org> AuthorDate: Wed Feb 11 21:46:08 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 23:38:04 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c49b326
sys-fs/lvm2: drop tc-ld-force-bfd Per discussion in #gentoo-dev, this was originally meant to work around a gold-specific bug, and gold is now dead. Compiles and works fine with LLD. Bug: http://bugs.gentoo.org/822210 Signed-off-by: Violet Purcell <vimproved <AT> inventati.org> Part-of: https://github.com/gentoo/gentoo/pull/45769 Closes: https://github.com/gentoo/gentoo/pull/45769 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/lvm2/lvm2-2.03.37.ebuild | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.03.37.ebuild b/sys-fs/lvm2/lvm2-2.03.37.ebuild index 29d7450cd0a3..404f6fb37d83 100644 --- a/sys-fs/lvm2/lvm2-2.03.37.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.37.ebuild @@ -116,9 +116,6 @@ src_prepare() { src_configure() { filter-lto - # Workaround for bug #822210 - tc-ld-force-bfd - # Most of this package does weird stuff. # The build options are tristate, and --without is NOT supported # options: 'none', 'internal', 'shared'
