[exim-cvs] Fix taint-checking on Solaris

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Fix taint-checking on Solaris
Gitweb: https://git.exim.org/exim.git/commitdiff/9af965827e65b7ad7419d3adeda5f79742472a82
Commit:     9af965827e65b7ad7419d3adeda5f79742472a82
Parent:     1011bf89c2e08b7375a962206f0c31716bf5f981
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Thu Sep 19 22:14:03 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Thu Sep 19 22:14:03 2019 +0100


    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 568e99f..fc3fd96 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