diff options
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index 5d395709a0..4673ac0185 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -658,7 +658,7 @@ AC_DEFUN([FPTOOLS_SET_C_LD_FLAGS], x86_64-*-openbsd*) # We need -z wxneeded at least to link ghc-stage2 to workaround # W^X issue in GHCi on OpenBSD current (as of Aug 2016) - $3="$$3 -Wl,-zwxneeded" + $3="$$3 -Wl,-z,wxneeded" $4="$$4 -z wxneeded" ;; |