From: Josef Schlehofer Date: Mon, 26 Sep 2022 18:39:07 +0000 (+0200) Subject: nss: disable PKG_BUILD_PARALLEL X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1eeac014adbb067bf8d70da5f9451dc68e2112e7;p=feed%2Fpackages.git 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 --- 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