diff options
author | 2021-11-07 04:31:07 +0000 | |
---|---|---|
committer | 2021-11-07 04:31:50 +0000 | |
commit | c8f0a0d3dd750bbff480e6321cbd96feda0e1ee6 (patch) | |
tree | 069a2f08e3a7f1519f4637d44a49409db9d90b4c /sys-fs | |
parent | app-misc/mosquitto: Version bump to 2.0.13 (diff) | |
download | gentoo-c8f0a0d3dd750bbff480e6321cbd96feda0e1ee6.tar.gz gentoo-c8f0a0d3dd750bbff480e6321cbd96feda0e1ee6.tar.bz2 gentoo-c8f0a0d3dd750bbff480e6321cbd96feda0e1ee6.zip |
sys-fs/lvm2: workaround failure with gold
Bug: https://bugs.gentoo.org/822210
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/lvm2/lvm2-2.03.14.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-fs/lvm2/lvm2-2.03.14.ebuild b/sys-fs/lvm2/lvm2-2.03.14.ebuild index 1cc2795b71b0..d690731034f8 100644 --- a/sys-fs/lvm2/lvm2-2.03.14.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.14.ebuild @@ -120,6 +120,10 @@ src_prepare() { src_configure() { filter-flags -flto + + # Workaround for bug #822210 + tc-ld-is-gold && tc-ld-force-bfd + local myeconfargs=() # Most of this package does weird stuff. |