Commit b10fb86a authored by Alexandre Julliard's avatar Alexandre Julliard

configure: More aggressive disabling of Fortify.

parent fa7cc460
......@@ -12159,7 +12159,7 @@ fi
$as_echo "$ac_cv_c_fortify_enabled" >&6; }
if test "$ac_cv_c_fortify_enabled" = yes
then
EXTRACFLAGS="$EXTRACFLAGS -D_FORTIFY_SOURCE=0"
CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
fi
......
......@@ -1690,7 +1690,7 @@ AC_CACHE_CHECK([for the need to disable Fortify], ac_cv_c_fortify_enabled,
[ac_cv_c_fortify_enabled=no],[ac_cv_c_fortify_enabled=yes]))
if test "$ac_cv_c_fortify_enabled" = yes
then
EXTRACFLAGS="$EXTRACFLAGS -D_FORTIFY_SOURCE=0"
CFLAGS="$CFLAGS -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0"
fi
dnl **** Check for underscore on external symbols ****
......
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