diff options
author | John Marino <marino@FreeBSD.org> | 2016-12-31 13:14:46 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-12-31 13:14:46 +0000 |
commit | 7770268a55f2a86b9767664b34514524c5cbee77 (patch) | |
tree | 9cb80d1c11f7aaa75f4bc153f61c28abb72be7c6 | |
parent | 7b4d4ea31a05a76bad78ff2a27b668ee9b3bca90 (diff) | |
download | ports-7770268a55f2a86b9767664b34514524c5cbee77.tar.gz ports-7770268a55f2a86b9767664b34514524c5cbee77.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.
Notes
Notes:
svn path=/head/; revision=430108
-rw-r--r-- | www/httest/Makefile | 2 |
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 |