diff options
author | marino <marino@FreeBSD.org> | 2016-12-31 21:14:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-12-31 21:14:46 +0800 |
commit | 8cab5ffca175cd0e23cece6d1e04b6ac6b151bbd (patch) | |
tree | 9cb80d1c11f7aaa75f4bc153f61c28abb72be7c6 /www/httest | |
parent | 3af9e10cb063d4d85f6826a6ae03ede8e10d5226 (diff) | |
download | freebsd-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/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 |