Commit 45ca270e authored by Reimar Döffinger's avatar Reimar Döffinger Committed by Michael Niedermayer

configure: add noexecstack to linker options if supported.

Signed-off-by: 's avatarReimar Döffinger <Reimar.Doeffinger@gmx.de>
(cherry picked from commit b7082d95)
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent ca2ccd85
......@@ -4528,6 +4528,7 @@ EOF
fi
check_ldflags -Wl,--as-needed
check_ldflags -Wl,-z,noexecstack
if check_func dlopen; then
ldl=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment