From 9af965827e65b7ad7419d3adeda5f79742472a82 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Thu, 19 Sep 2019 22:14:03 +0100 Subject: [PATCH] Fix taint-checking on Solaris --- src/OS/Makefile-SunOS5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2