sys-fs/fuse: filter all lto flags
authorTim Harder <radhermit@gentoo.org>
Tue, 20 Mar 2018 17:48:28 +0000 (13:48 -0400)
committerTim Harder <radhermit@gentoo.org>
Tue, 20 Mar 2018 17:49:20 +0000 (13:49 -0400)
sys-fs/fuse/fuse-3.2.1.ebuild

index ae8b104dbbaa41bca47dfffa9d48cd691a1d596d..9da51f7e84cb8731d88f23f49252610a7b5f7d37 100644 (file)
@@ -30,7 +30,7 @@ src_prepare() {
        default
 
        # lto not supported yet -- https://github.com/libfuse/libfuse/issues/198
-       filter-flags -flto
+       filter-flags -flto*
 
        # passthough_ll is broken on systems with 32-bit pointers
        cat /dev/null > example/meson.build || die