[SCM] xvidcore/master: Add the patch as well...

fabian-guest at users.alioth.debian.org fabian-guest at users.alioth.debian.org
Fri Feb 25 10:38:56 UTC 2011


The following commit has been merged in the master branch:
commit 85db6502ee80e1b898caa7749dccba832b97fe18
Author: Fabian Greffrath <fabian at greffrath.com>
Date:   Fri Feb 25 11:42:29 2011 +0100

    Add the patch as well...

diff --git a/debian/patches/no-exec-stack-elf32.patch b/debian/patches/no-exec-stack-elf32.patch
new file mode 100644
index 0000000..ff0a07d
--- /dev/null
+++ b/debian/patches/no-exec-stack-elf32.patch
@@ -0,0 +1,15 @@
+Description: Really disable the executable bit for GNU-stack for elf32 archs.
+Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Forwarded: FIXME
+
+--- xvidcore.orig/src/nasm.inc
++++ xvidcore/src/nasm.inc
+@@ -209,7 +209,7 @@ BITS 32
+ %endmacro
+ 
+ %macro NON_EXEC_STACK 0
+-%ifidn __OUTPUT_FORMAT__,elf
++%ifidn __OUTPUT_FORMAT__,elf32
+ section .note.GNU-stack noalloc noexec nowrite progbits
+ %endif
+ %ifidn __OUTPUT_FORMAT__,elf64

-- 
xvidcore packaging



More information about the pkg-multimedia-commits mailing list