commit: 560f0b431341d9f4d01782818e5337db71b49f61 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 19 01:29:30 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 19 01:29:30 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=560f0b43
games-emulation/gens: allow textrels We already allow execstack. It's an emulator, so no further comment needed. Closes: https://bugs.gentoo.org/800284 Signed-off-by: Sam James <sam <AT> gentoo.org> games-emulation/gens/gens-2.15.5-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-emulation/gens/gens-2.15.5-r2.ebuild b/games-emulation/gens/gens-2.15.5-r2.ebuild index 180732886a45..e8751bcbe79c 100644 --- a/games-emulation/gens/gens-2.15.5-r2.ebuild +++ b/games-emulation/gens/gens-2.15.5-r2.ebuild @@ -31,7 +31,7 @@ PATCHES=( ) src_configure() { - append-ldflags -Wl,-z,noexecstack + append-ldflags -Wl,-z,notext -Wl,-z,noexecstack use amd64 && multilib_toolchain_setup x86 #441876 econf \
