aboutsummaryrefslogtreecommitdiffstats
path: root/www/httest
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2016-12-31 21:14:46 +0800
committermarino <marino@FreeBSD.org>2016-12-31 21:14:46 +0800
commit8cab5ffca175cd0e23cece6d1e04b6ac6b151bbd (patch)
tree9cb80d1c11f7aaa75f4bc153f61c28abb72be7c6 /www/httest
parent3af9e10cb063d4d85f6826a6ae03ede8e10d5226 (diff)
downloadfreebsd-ports-gnome-8cab5ffca175cd0e23cece6d1e04b6ac6b151bbd.tar.gz
freebsd-ports-gnome-8cab5ffca175cd0e23cece6d1e04b6ac6b151bbd.tar.zst
freebsd-ports-gnome-8cab5ffca175cd0e23cece6d1e04b6ac6b151bbd.zip
www/httest is still not jobs safe
There's a race where it's possible the worker.o object file isn't complete before it is linked.
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 eb7c10879756..0e12134d3296 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