mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 16:54:32 +04:00
coova-chilli: disable parallel build
Parallel building is causing a failure because it executes some commands, such as patch, more than once. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
b9cdfdace4
commit
efe5363c6d
@@ -21,7 +21,7 @@ PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_BUILD_PARALLEL:=0
|
||||
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
COOVACHILLI_MINIPORTAL \
|
||||
|
||||
Reference in New Issue
Block a user