[FFmpeg-cvslog] configure: add noexecstack to linker options if supported.

Reimar Döffinger git at videolan.org
Tue Oct 7 04:22:42 CEST 2014


ffmpeg | branch: release/1.2 | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Sun Sep 21 09:58:10 2014 +0100| [997bf49b1c88a17128bfcbdad19a2b71e689276c] | committer: Michael Niedermayer

configure: add noexecstack to linker options if supported.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
(cherry picked from commit b7082d953fda93f7841ffffe7d15a6c3cd15bdee)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=997bf49b1c88a17128bfcbdad19a2b71e689276c
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 025941f..dc1c3b6 100755
--- a/configure
+++ b/configure
@@ -3750,6 +3750,7 @@ EOF
 fi
 
 check_ldflags -Wl,--as-needed
+check_ldflags -Wl,-z,noexecstack
 
 if check_func dlopen; then
     ldl=



More information about the ffmpeg-cvslog mailing list