pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/tdb



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Dec 15 23:47:49 UTC 2016

Modified Files:
        pkgsrc/databases/tdb: Makefile

Log Message:
Disable jobs to workaround WAF thread creation problems.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/databases/tdb/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/tdb/Makefile
diff -u pkgsrc/databases/tdb/Makefile:1.29 pkgsrc/databases/tdb/Makefile:1.30
--- pkgsrc/databases/tdb/Makefile:1.29  Sat Jul  9 13:03:36 2016
+++ pkgsrc/databases/tdb/Makefile       Thu Dec 15 23:47:49 2016
@@ -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 \



Home | Main Index | Thread Index | Old Index