nss: disable PKG_BUILD_PARALLEL
authorJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 26 Sep 2022 18:39:07 +0000 (20:39 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Mon, 26 Sep 2022 18:39:07 +0000 (20:39 +0200)
This is similar to commit f303e87a1e0cb384ed7c3ef66752479a4c43afd2
("nss: update to 3.67") as there is something wrong with NSS build
system and otherwise this package fails to compile. Let's compile it
single threaded.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
libs/nss/Makefile

index 209d68086e0fe1361d0c52a2ae6e77e8e73913ba..4904184943fa43df32f2ddd935b39f7c961e75fc 100644 (file)
@@ -21,7 +21,7 @@ PKG_LICENCE:=MPL-2.0
 PKG_LICENSE_FILES:=nss/COPYING
 PKG_CPE_ID:=cpe:/a:mozilla:network_security_services
 
-PKG_BUILD_PARALLEL:=1
+PKG_BUILD_PARALLEL:=0
 
 include $(INCLUDE_DIR)/package.mk