Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: games-emulation/melonds/
Date: Sun, 16 May 2021 18:04:27
Message-Id: 1621188181.616afcec0b169927d89709fe79c7a623c6a6cc03.cybertailor@gentoo
1 commit: 616afcec0b169927d89709fe79c7a623c6a6cc03
2 Author: Anna Vyalkova <cyber <AT> sysrq <DOT> in>
3 AuthorDate: Sun May 16 18:03:01 2021 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Sun May 16 18:03:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=616afcec
7
8 games-emulation/melonds: suppress QA_EXECSTACK
9
10 Closes: https://bugs.gentoo.org/780969
11 Signed-off-by: Anna Vyalkova <cyber <AT> sysrq.in>
12
13 games-emulation/melonds/melonds-0.9.2.ebuild | 8 +++-----
14 1 file changed, 3 insertions(+), 5 deletions(-)
15
16 diff --git a/games-emulation/melonds/melonds-0.9.2.ebuild b/games-emulation/melonds/melonds-0.9.2.ebuild
17 index 9113b2611..46d1babd9 100644
18 --- a/games-emulation/melonds/melonds-0.9.2.ebuild
19 +++ b/games-emulation/melonds/melonds-0.9.2.ebuild
20 @@ -44,15 +44,13 @@ RDEPEND="
21 ${DEPEND}
22 "
23
24 +# used for JIT recompiler
25 +QA_EXECSTACK="usr/bin/melonDS"
26 +
27 src_prepare() {
28 cmake_src_prepare
29 }
30
31 -src_configure() {
32 - append-ldflags -Wl,-z,noexecstack
33 - cmake_src_configure
34 -}
35 -
36 src_compile() {
37 tc-export AR
38 cmake_src_compile