diff options
author | joerg <joerg@pkgsrc.org> | 2016-12-15 23:47:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-12-15 23:47:49 +0000 |
commit | c63c6a2e84c1b4d06c5994cfd9f6f4e2e3bee851 (patch) | |
tree | 0e36455644a8b7283dc742b5dbbb77a3afb08df9 /databases/tdb | |
parent | 195d194709b2a048098787b32e54327203058585 (diff) | |
download | pkgsrc-c63c6a2e84c1b4d06c5994cfd9f6f4e2e3bee851.tar.gz |
Disable jobs to workaround WAF thread creation problems.
Diffstat (limited to 'databases/tdb')
-rw-r--r-- | databases/tdb/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/tdb/Makefile b/databases/tdb/Makefile index 9eaca8db1ad..396c16a66ec 100644 --- a/databases/tdb/Makefile +++ b/databases/tdb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2016/07/09 13:03:36 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2016/12/15 23:47:49 joerg Exp $ DISTNAME= tdb-1.3.8 CATEGORIES= databases @@ -30,6 +30,9 @@ USE_GCC_RUNTIME= yes .include "../../mk/bsd.prefs.mk" +# At least on NetBSD unprivileged build fails to create threads in WAF. +ALL_ENV+= JOBS=1 + .if ${OPSYS} == "Darwin" post-build: @install_name_tool -id ${PREFIX}/lib/libtdb.dylib \ |