diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-19 22:14:03 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-19 22:14:03 +0100 |
commit | 9af965827e65b7ad7419d3adeda5f79742472a82 (patch) | |
tree | 591882dd54fa59a6e5e07ce774af72d97d65e824 /src | |
parent | 1011bf89c2e08b7375a962206f0c31716bf5f981 (diff) |
Fix taint-checking on Solaris
Diffstat (limited to 'src')
-rw-r--r-- | src/OS/Makefile-SunOS5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OS/Makefile-SunOS5 b/src/OS/Makefile-SunOS5 index 568e99f1c..fc3fd96cf 100644 --- a/src/OS/Makefile-SunOS5 +++ b/src/OS/Makefile-SunOS5 @@ -1,6 +1,6 @@ # Exim: OS-specific make file for SunOS5 -CFLAGS=-O +CFLAGS=-O -DTAINT_CHECK_SLOW HAVE_ICONV=yes |