libusb: disable parallel building
The libusb package is not parallel build save, a make -j16 reliably breaks it. Forcibly disable parallel building. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
d4e552ba16
commit
23a1fa07db
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ PKG_SOURCE_URL:=@SF/$(PKG_NAME)
|
|||
PKG_MD5SUM:=1d4eb194eaaa2bcfbba28102768c7dbf
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
PKG_LICENSE:=LGPL-2.1
|
||||
|
||||
PKG_MAINTAINER := Felix Fietkau <nbd@openwrt.org>
|
||||
|
|
Loading…
Reference in a new issue