From 34de69aeddad98382505e6b894e9bbf83b302560 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sun, 12 Feb 2012 20:49:17 +1100 Subject: [PATCH] Disable executable stack in libFLAC.so. This allows programs using it to run correctly on SE Linux systems, and with exec-shield. Patch from Russell Coker via Debian. --- src/libFLAC/ia32/nasm.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libFLAC/ia32/nasm.h b/src/libFLAC/ia32/nasm.h index a0fb7247..afc3e12a 100644 --- a/src/libFLAC/ia32/nasm.h +++ b/src/libFLAC/ia32/nasm.h @@ -73,3 +73,6 @@ _%1: %1: %endmacro + +section .note.GNU-stack progbits noalloc noexec nowrite align=1 +