Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/angelscript/files: angelscript-2.29.0-execstack.patch
Date: Fri, 20 Jun 2014 13:38:59
Message-Id: 20140620133852.DC1222004F@flycatcher.gentoo.org
1 hasufell 14/06/20 13:38:52
2
3 Added: angelscript-2.29.0-execstack.patch
4 Log:
5 fix build wrt #513902
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
8
9 Revision Changes Path
10 1.1 dev-libs/angelscript/files/angelscript-2.29.0-execstack.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.29.0-execstack.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.29.0-execstack.patch?rev=1.1&content-type=text/plain
14
15 Index: angelscript-2.29.0-execstack.patch
16 ===================================================================
17 From: Julian Ospald <hasufell@g.o>
18 Date: Sun Mar 23 13:45:39 UTC 2014
19 Subject: fix RWX sections
20
21 --- a/sdk/angelscript/source/as_callfunc_arm_gcc.S
22 +++ b/sdk/angelscript/source/as_callfunc_arm_gcc.S
23 @@ -696,3 +696,6 @@
24
25 #endif /* arm */
26
27 +#if defined(__linux__) && defined(__ELF__)
28 +.section .note.GNU-stack,"",%progbits
29 +#endif