sys-fs/fuse: filter all lto flags

This commit is contained in:
Tim Harder
2018-03-20 13:48:28 -04:00
parent 406e6dc994
commit 151e10e874

View 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