diff options
author | Sam James <sam@gentoo.org> | 2022-08-15 01:55:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-15 01:56:01 +0100 |
commit | 57b441c2eded3f8a1574203772f9a8395f250c55 (patch) | |
tree | 533de019c0e37890c0aa730da620f86859dc4b8c /sys-fs | |
parent | dev-util/cmake: filter LTO (ODR) (diff) | |
download | gentoo-57b441c2eded3f8a1574203772f9a8395f250c55.tar.gz gentoo-57b441c2eded3f8a1574203772f9a8395f250c55.tar.bz2 gentoo-57b441c2eded3f8a1574203772f9a8395f250c55.zip |
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@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-2.9.9-r1.ebuild | 4 |
1 files 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" \ |