mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user