summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-11-22 19:49:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-11-22 19:49:43 +0000
commit8c2aab382d5ceff395ed38e45399378035c4968e (patch)
treeea623aea7a81d860cc89359721fd92c71b84534d /security
parente9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff)
downloadfreebsd-ports-8c2aab382d5ceff395ed38e45399378035c4968e.zip
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'security')
-rw-r--r--security/tor-devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
index c8f8bc4e988f..46565f0fd7c2 100644
--- a/security/tor-devel/Makefile
+++ b/security/tor-devel/Makefile
@@ -25,6 +25,7 @@ GNU_CONFIGURE= yes
USE_OPENSSL= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+MAKE_JOBS_UNSAFE= yes
OPTIONS= BUFFREELISTS "freelists for buffer RAM" on \
INSTR_DOWNLOADS "instrument downloads for analysis" off \