diff options
author | Sam James <sam@gentoo.org> | 2024-03-05 06:52:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-05 06:52:38 +0000 |
commit | 66fa14432a9b1ee68e3d869e6d1067c2887b0bcd (patch) | |
tree | 554f159ff9f3c8960ae7615b09315e34c732e477 /app-shells | |
parent | dev-games/hawknl: filter LTO, no SA (diff) | |
download | gentoo-66fa14432a9b1ee68e3d869e6d1067c2887b0bcd.tar.gz gentoo-66fa14432a9b1ee68e3d869e6d1067c2887b0bcd.tar.bz2 gentoo-66fa14432a9b1ee68e3d869e6d1067c2887b0bcd.zip |
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@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/squirrelsh/squirrelsh-1.2.7-r1.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
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" \ |