From 1eeac014adbb067bf8d70da5f9451dc68e2112e7 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Mon, 26 Sep 2022 20:39:07 +0200 Subject: [PATCH] nss: disable PKG_BUILD_PARALLEL 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 --- libs/nss/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/nss/Makefile b/libs/nss/Makefile index 209d68086e..4904184943 100644 --- a/libs/nss/Makefile +++ b/libs/nss/Makefile @@ -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