mirror of
https://github.com/qosmio/nss-packages.git
synced 2025-12-16 16:21:53 +00:00
SSDK: disable parallel build
Actual code is being built in single thread mode as SSDK enforces it, this will just cause OpenWrt buildroot to fail sometimes as the headers it tries to use are not yet installed by the SSDK. So, disable parallel build as the time saving was minor and it caused issues with parallel building. Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
884bf7fb08
commit
fc7b92be0f
@ -9,8 +9,6 @@ PKG_SOURCE_DATE:=2021-04-28
|
||||
PKG_SOURCE_VERSION:=c9bc3bc34eaaac78083573524097356e2dcc1b66
|
||||
PKG_MIRROR_HASH:=29db78529be32427b8b96fcbfec22a016a243676781ec96d9d65b810944fa405
|
||||
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user