mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
nss: disable PKG_BUILD_PARALLEL
This is similar to commit f303e87a1e
("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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user