commit: c5813fd2500fbdbbed222ec610da6975d7baf1de Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jun 29 06:52:29 2022 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jun 29 06:52:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5813fd2
app-emulation/fuse: filter out LTO flags Closes: https://bugs.gentoo.org/854522 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> app-emulation/fuse/fuse-1.6.0.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app-emulation/fuse/fuse-1.6.0.ebuild b/app-emulation/fuse/fuse-1.6.0.ebuild index aec3885d7c5a..0cd318ba0934 100644 --- a/app-emulation/fuse/fuse-1.6.0.ebuild +++ b/app-emulation/fuse/fuse-1.6.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools xdg +inherit autotools flag-o-matic xdg DESCRIPTION="Free Unix Spectrum Emulator by Philip Kendall" HOMEPAGE="http://fuse-emulator.sourceforge.net" @@ -66,6 +66,9 @@ _fuse_audio_driver() { src_prepare() { xdg_src_prepare eautoreconf + + # Bug #854522 + filter-lto } src_configure() {