diff options
author | Sam James <sam@gentoo.org> | 2024-08-19 02:29:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-19 02:29:30 +0100 |
commit | 560f0b431341d9f4d01782818e5337db71b49f61 (patch) | |
tree | ba31dbe631a55ce0ba7155e9dee15f848ad53799 /games-emulation | |
parent | media-libs/xvid: update HOMEPAGE (diff) | |
download | gentoo-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.ebuild | 2 |
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 \ |