hasufell 14/03/23 13:48:21 Added: angelscript-2.28.2-execstack.patch Log: version bump (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.1 dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.28.2-execstack.patch?rev=1.1&content-type=text/plain Index: angelscript-2.28.2-execstack.patch =================================================================== From: Julian Ospald <[email protected]> Date: Sun Mar 23 13:45:39 UTC 2014 Subject: fix RWX sections --- a/sdk/angelscript/source/as_callfunc_arm_gcc.S +++ b/sdk/angelscript/source/as_callfunc_arm_gcc.S @@ -690,3 +690,7 @@ #endif #endif + +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif
