From 560f0b431341d9f4d01782818e5337db71b49f61 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Aug 2024 02:29:30 +0100 Subject: [PATCH] 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 --- 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 180732886a45c..e8751bcbe79c0 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 \