summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-02-21 21:05:20 +0000
committerMike Frysinger <vapier@gentoo.org>2009-02-21 21:05:20 +0000
commitd7d44b028bafebeccc4944718426a2f0bab662ba (patch)
treea7485b663206899b1100f797e9bca1eb67dcaa38 /media-tv/xbmc/files
parentNow use the 'eselect way' for gentoo-bashcomp. This is desired for future dev... (diff)
downloadgentoo-2-d7d44b028bafebeccc4944718426a2f0bab662ba.tar.gz
gentoo-2-d7d44b028bafebeccc4944718426a2f0bab662ba.tar.bz2
gentoo-2-d7d44b028bafebeccc4944718426a2f0bab662ba.zip
The noexec patch has been merged upstream.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/xbmc/files')
-rw-r--r--media-tv/xbmc/files/xbmc-noexec.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/media-tv/xbmc/files/xbmc-noexec.patch b/media-tv/xbmc/files/xbmc-noexec.patch
deleted file mode 100644
index f93919fc26c6..000000000000
--- a/media-tv/xbmc/files/xbmc-noexec.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-http://xbmc.org/trac/ticket/5945
-
---- xbmc/lib/libPython/XBPythonDllFuncs.S
-+++ xbmc/lib/libPython/XBPythonDllFuncs.S
-@@ -83,3 +83,7 @@
- FUNCTION(PyFloat_FromDouble)
-
- #endif
-+
-+#if defined(__linux__) && defined(__ELF__)
-+.section .note.GNU-stack,"",%progbits
-+#endif