git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b282765
)
Fix taint-checking on FreeBSD
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 4 Sep 2019 10:07:34 +0000
(11:07 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 4 Sep 2019 10:07:34 +0000
(11:07 +0100)
src/OS/Makefile-FreeBSD
patch
|
blob
|
history
diff --git
a/src/OS/Makefile-FreeBSD
b/src/OS/Makefile-FreeBSD
index 7c6c0648780e189f0ae71a07eae4e0ee2021212c..fef5609673c53d8ef3ef980abfa557c586df7887 100644
(file)
--- 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