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>
This commit is contained in:
Sam James
2024-08-19 02:29:30 +01:00
parent 53994fa3b6
commit 560f0b4313

View File

@@ -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 \