diff options
author | Sam James <sam@gentoo.org> | 2023-01-14 16:17:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 16:17:30 +0000 |
commit | 5171d41e43c3f8e7015399e5a8f9158a430596b2 (patch) | |
tree | a63d6aad573c8c6119bf4dd9bda90c00616b81f5 /sys-fs | |
parent | dev-libs/qxlsx: add 1.4.5 (diff) | |
download | gentoo-5171d41e43c3f8e7015399e5a8f9158a430596b2.tar.gz gentoo-5171d41e43c3f8e7015399e5a8f9158a430596b2.tar.bz2 gentoo-5171d41e43c3f8e7015399e5a8f9158a430596b2.zip |
sys-fs/fuse: filter-lto
As usual, needing thin is a sign that something is wrong, and it may be unsafe at
runtime if it even builds.
Closes: https://bugs.gentoo.org/853058
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/fuse/fuse-3.13.0-r1.ebuild (renamed from sys-fs/fuse/fuse-3.13.0.ebuild) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-fs/fuse/fuse-3.13.0.ebuild b/sys-fs/fuse/fuse-3.13.0-r1.ebuild index a6f0c796d5d1..a6c210da4b63 100644 --- a/sys-fs/fuse/fuse-3.13.0.ebuild +++ b/sys-fs/fuse/fuse-3.13.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{9..10} ) -inherit meson-multilib udev python-any-r1 +inherit flag-o-matic meson-multilib udev python-any-r1 DESCRIPTION="An interface for filesystems implemented in userspace" HOMEPAGE="https://github.com/libfuse/libfuse" @@ -34,6 +34,9 @@ pkg_setup() { } multilib_src_configure() { + # bug #853058 + filter-lto + local emesonargs=( $(meson_use test examples) $(meson_use test tests) |