summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-19 02:29:30 +0100
committerSam James <sam@gentoo.org>2024-08-19 02:29:30 +0100
commit560f0b431341d9f4d01782818e5337db71b49f61 (patch)
treeba31dbe631a55ce0ba7155e9dee15f848ad53799 /games-emulation
parentmedia-libs/xvid: update HOMEPAGE (diff)
downloadgentoo-560f0b431341d9f4d01782818e5337db71b49f61.tar.gz
gentoo-560f0b431341d9f4d01782818e5337db71b49f61.tar.bz2
gentoo-560f0b431341d9f4d01782818e5337db71b49f61.zip
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@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/gens/gens-2.15.5-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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 \