commit:     9703f41aedd0aa5ac5acc05397609d969123c929
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 16:09:22 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 16:58:30 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9703f41a

sci-electronics/puff: Filter out -flto

Closes: https://bugs.gentoo.org/862516
Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-electronics/puff/puff-20181104.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sci-electronics/puff/puff-20181104.ebuild 
b/sci-electronics/puff/puff-20181104.ebuild
index ab384b49ccc0..c3e3c633e08d 100644
--- a/sci-electronics/puff/puff-20181104.ebuild
+++ b/sci-electronics/puff/puff-20181104.ebuild
@@ -29,6 +29,8 @@ src_prepare() {
 }
 
 src_compile() {
+#      # fails to compile with -flto (bug #862516)
+       filter-lto
        LDFLAGS="$(raw-ldflags)"
        emake -j1 CC="$(tc-getCC)" LD="$(tc-getLD)"
 }

Reply via email to