commit: 66fa14432a9b1ee68e3d869e6d1067c2887b0bcd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Mar 5 06:52:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Mar 5 06:52:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66fa1443
app-shells/squirrelsh: filter LTO, no SA Dead upstream and marked inactive on sourceforge. At some point, IIRC, we hit this in a package too which bundles squirrelsh. Closes: https://bugs.gentoo.org/854876 Signed-off-by: Sam James <sam <AT> gentoo.org> app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild b/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild index 24519dc74079..d39612f468fd 100644 --- a/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild +++ b/app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit edo toolchain-funcs +inherit edo flag-o-matic toolchain-funcs DESCRIPTION="Cross-platform object-oriented scripting shell using the squirrel language" HOMEPAGE="https://squirrelsh.sourceforge.net/" @@ -29,6 +29,10 @@ PATCHES=( ) src_configure() { + # bug #854876 + append-flags -fno-strict-aliasing + strip-flags + # This package uses a custom written configure script edo ./configure --prefix="${D}"/usr \ --with-librarian="$(tc-getAR) rc" \
