summaryrefslogtreecommitdiff
path: root/src/OS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2019-09-04 11:07:34 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2019-09-04 11:07:34 +0100
commitf3facb664cf601a2cafb1368d30976b46a464cdf (patch)
tree7f3c98bbd738e12dca9a36ab0591a1ae789dd29f /src/OS
parentb28276587e8f21d99ff218b2edcb14340b3ad6fd (diff)
Fix taint-checking on FreeBSD
Diffstat (limited to 'src/OS')
-rw-r--r--src/OS/Makefile-FreeBSD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD
index 7c6c06487..fef560967 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