summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2022-07-16 21:46:10 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-07-16 22:40:50 +0200
commitd1b92480a177be6170a1d850d9066bb12c28f06a (patch)
treed904b8f7fb531a7212320fe6373f2ef47f38d5c4 /app-emulation/pcem
parentdev-libs/libuninum: filter lto (diff)
downloadgentoo-d1b92480a177be6170a1d850d9066bb12c28f06a.tar.gz
gentoo-d1b92480a177be6170a1d850d9066bb12c28f06a.tar.bz2
gentoo-d1b92480a177be6170a1d850d9066bb12c28f06a.zip
app-emulation/pcem: filter LTO
Closes: https://bugs.gentoo.org/854528 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-emulation/pcem')
-rw-r--r--app-emulation/pcem/pcem-17-r1.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/app-emulation/pcem/pcem-17-r1.ebuild b/app-emulation/pcem/pcem-17-r1.ebuild
index bad0762a6e55..32518f0671f7 100644
--- a/app-emulation/pcem/pcem-17-r1.ebuild
+++ b/app-emulation/pcem/pcem-17-r1.ebuild
@@ -45,6 +45,10 @@ src_configure() {
# See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443
append-cflags -fcommon
+ # LTO needs to be filtered
+ # See https://bugs.gentoo.org/854528
+ filter-lto
+
local myeconfargs=(
--enable-release-build
$(use_enable alsa)