commit: 57b441c2eded3f8a1574203772f9a8395f250c55 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 15 00:55:55 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 00:56:01 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57b441c2
sys-fs/fuse: filter LTO for :0 It's not really maintained anymore upstream so we should focus efforts on 3. Closes: https://bugs.gentoo.org/863899 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/fuse/fuse-2.9.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/fuse/fuse-2.9.9-r1.ebuild b/sys-fs/fuse/fuse-2.9.9-r1.ebuild index 4d6a5352e737..a171192a0d6c 100644 --- a/sys-fs/fuse/fuse-2.9.9-r1.ebuild +++ b/sys-fs/fuse/fuse-2.9.9-r1.ebuild @@ -47,9 +47,9 @@ src_prepare() { src_configure() { # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198 - # gcc-9 with -flto leads to link failures: #663518, + # gcc-9 with -flto leads to link failures: #663518 (see also #863899) # https://gcc.gnu.org/PR91186 - filter-flags -flto* + filter-lto econf \ INIT_D_PATH="${EPREFIX}/etc/init.d" \
