hasufell 14/07/24 20:12:56 Added: angelscript-2.29.1-execstack.patch Log: version bump (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.1 dev-libs/angelscript/files/angelscript-2.29.1-execstack.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.29.1-execstack.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.29.1-execstack.patch?rev=1.1&content-type=text/plain Index: angelscript-2.29.1-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 @@ -696,3 +696,6 @@ #endif /* arm */ +#if defined(__linux__) && defined(__ELF__) +.section .note.GNU-stack,"",%progbits +#endif
