aboutsummaryrefslogtreecommitdiff
path: root/www/httest
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-10-06 13:39:10 +0000
committerJohn Marino <marino@FreeBSD.org>2016-10-06 13:39:10 +0000
commitd4541a6d49059445a9e9c72cd7d89b1565830635 (patch)
treeeabaa353dc618059a177409a5ad8a8b0c25f5fab /www/httest
parent5c53b1bd6fd172a24c75e912832fce588ff6f20b (diff)
www/httest is not jobs safe
It doesn't happen oftem, but it's possible for an object file to be used before it's fully built. In my last case, worker.o was empty when httest itself was being linked.
Notes
Notes: svn path=/head/; revision=423405
Diffstat (limited to 'www/httest')
-rw-r--r--www/httest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/httest/Makefile b/www/httest/Makefile
index 47d347b1c111..a209585d91f7 100644
--- a/www/httest/Makefile
+++ b/www/httest/Makefile
@@ -34,6 +34,8 @@ PORTEXAMPLES= *
INSTALL_TARGET= install-strip
+MAKE_JOBS_UNSAFE= yes
+
post-patch:
@${REINPLACE_CMD} -e 's|`$$APR_CONFIG --cflags`||; s|-llua|-llua-${LUA_VER}|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|/bin/bash|/bin/sh|' ${WRKSRC}/generate_modules_c.sh