aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4')
-rw-r--r--m4/check-hardening-options.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/check-hardening-options.m4 b/m4/check-hardening-options.m4
index 869f00b..c8ab12e 100644
--- a/m4/check-hardening-options.m4
+++ b/m4/check-hardening-options.m4
@@ -73,7 +73,9 @@ AC_DEFUN([CHECK_C_HARDENING_OPTIONS], [
73 CHECK_CFLAG([[-fno-strict-overflow]]) 73 CHECK_CFLAG([[-fno-strict-overflow]])
74 74
75 # _FORTIFY_SOURCE replaces builtin functions with safer versions. 75 # _FORTIFY_SOURCE replaces builtin functions with safer versions.
76 AX_ADD_FORTIFY_SOURCE 76 AS_IF([test "x$HOST_OS" != "xwin"], [
77 AX_ADD_FORTIFY_SOURCE
78 ])
77 79
78 # Enable read only relocations 80 # Enable read only relocations
79 CHECK_LDFLAG([[-Wl,-z,relro]]) 81 CHECK_LDFLAG([[-Wl,-z,relro]])