pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/tdb Disable jobs to workaround WAF thread cr...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b305381db3de
branches: trunk
changeset: 355927:b305381db3de
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Dec 15 23:47:49 2016 +0000
description:
Disable jobs to workaround WAF thread creation problems.
diffstat:
databases/tdb/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 0bdf4ffe5312 -r b305381db3de databases/tdb/Makefile
--- a/databases/tdb/Makefile Thu Dec 15 23:46:48 2016 +0000
+++ b/databases/tdb/Makefile Thu Dec 15 23:47:49 2016 +0000
@@ -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 @@
.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 \
Home |
Main Index |
Thread Index |
Old Index