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:
parent
72b0fb294a
commit
1eeac014ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue