[exim-cvs] Fix taint-checking on FreeBSD

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 FreeBSD
Gitweb: https://git.exim.org/exim.git/commitdiff/f3facb664cf601a2cafb1368d30976b46a464cdf
Commit:     f3facb664cf601a2cafb1368d30976b46a464cdf
Parent:     b28276587e8f21d99ff218b2edcb14340b3ad6fd
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Sep 4 11:07:34 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Sep 4 11:07:34 2019 +0100


    Fix taint-checking on FreeBSD
---
 src/OS/Makefile-FreeBSD | 2 ++
 1 file changed, 2 insertions(+)


diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD
index 7c6c064..fef5609 100644
--- a/src/OS/Makefile-FreeBSD
+++ b/src/OS/Makefile-FreeBSD
@@ -6,6 +6,8 @@ CHOWN_COMMAND=/usr/sbin/chown
STRIP_COMMAND=/usr/bin/strip
CHMOD_COMMAND=/bin/chmod

+CFLAGS += -DTAINT_CHECK_SLOW
+
# FreeBSD Ports no longer insert compatibility symlinks into /usr/bin for
# scripting languages which traditionally have had them.
PERL_COMMAND=/usr/local/bin/perl