Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-09-21 12:58:10 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-05 16:20:32 +0400
commit9726c1a5f89efc7dd839543b83965431c146c3f9 (patch)
tree02d0dcd92ba444b1fe79497ce5d40d5827706ecf /configure
parentf1dd34300709140637a9f9d681d3f1e0d62979b9 (diff)
configure: add noexecstack to linker options if supported.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> (cherry picked from commit b7082d953fda93f7841ffffe7d15a6c3cd15bdee) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index f9dce4ed92..e6122e7105 100755
--- a/configure
+++ b/configure
@@ -4287,6 +4287,7 @@ EOF
fi
check_ldflags -Wl,--as-needed
+check_ldflags -Wl,-z,noexecstack
if check_func dlopen; then
ldl=