commit:     5171d41e43c3f8e7015399e5a8f9158a430596b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 16:17:05 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 16:17:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5171d41e

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 <AT> gentoo.org>

 sys-fs/fuse/{fuse-3.13.0.ebuild => fuse-3.13.0-r1.ebuild} | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-fs/fuse/fuse-3.13.0.ebuild b/sys-fs/fuse/fuse-3.13.0-r1.ebuild
similarity index 95%
rename from sys-fs/fuse/fuse-3.13.0.ebuild
rename to 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)

Reply via email to