public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/angelscript/files: angelscript-2.29.0-execstack.patch
@ 2014-06-20 13:38 Julian Ospald (hasufell)
  0 siblings, 0 replies; only message in thread
From: Julian Ospald (hasufell) @ 2014-06-20 13:38 UTC (permalink / raw
  To: gentoo-commits

hasufell    14/06/20 13:38:52

  Added:                angelscript-2.29.0-execstack.patch
  Log:
  fix build wrt #513902
  
  (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.0-execstack.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/angelscript/files/angelscript-2.29.0-execstack.patch?rev=1.1&view=markup
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

Index: angelscript-2.29.0-execstack.patch
===================================================================
From: Julian Ospald <hasufell@gentoo.org>
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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-06-20 13:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20 13:38 [gentoo-commits] gentoo-x86 commit in dev-libs/angelscript/files: angelscript-2.29.0-execstack.patch Julian Ospald (hasufell)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox