summaryrefslogtreecommitdiff
path: root/databases/tdb
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-12-15 23:47:49 +0000
committerjoerg <joerg@pkgsrc.org>2016-12-15 23:47:49 +0000
commitc63c6a2e84c1b4d06c5994cfd9f6f4e2e3bee851 (patch)
tree0e36455644a8b7283dc742b5dbbb77a3afb08df9 /databases/tdb
parent195d194709b2a048098787b32e54327203058585 (diff)
downloadpkgsrc-c63c6a2e84c1b4d06c5994cfd9f6f4e2e3bee851.tar.gz
Disable jobs to workaround WAF thread creation problems.
Diffstat (limited to 'databases/tdb')
-rw-r--r--databases/tdb/Makefile5
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 \