configure: add noexecstack to linker options if supported.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
pull/86/head
Reimar Döffinger 10 years ago
parent 3956b12fde
commit b7082d953f
  1. 1
      configure

1
configure vendored

@ -4621,6 +4621,7 @@ fi
check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon
check_ldflags -Wl,--as-needed
check_ldflags -Wl,-z,noexecstack
if check_func dlopen; then
ldl=

Loading…
Cancel
Save