diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-10 13:19:09 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-12-10 16:02:48 +0000 |
commit | f096bcccb8e4c9ba57d128c2f08c52f7dc94e07d (patch) | |
tree | c8d31df80210a34d66fddfbabd81a48c143e8544 /src/OS/Makefile-FreeBSD | |
parent | adc4ecf9c7fc0a78c471c6794f5b2e62a396c301 (diff) |
Taint: invert the taint-check implementation control #define
Diffstat (limited to 'src/OS/Makefile-FreeBSD')
-rw-r--r-- | src/OS/Makefile-FreeBSD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OS/Makefile-FreeBSD b/src/OS/Makefile-FreeBSD index 1a2f8ecab..8dbdab79d 100644 --- a/src/OS/Makefile-FreeBSD +++ b/src/OS/Makefile-FreeBSD @@ -4,7 +4,6 @@ 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. |