From: Eneas U de Queiroz Date: Thu, 4 Jul 2019 12:01:52 +0000 (-0300) Subject: coova-chilli: disable parallel build X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=4ca57ae9c232410def49fefddf513c6f62ac8213;p=openwrt-packages.git 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 --- diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 0a2ef65eb..7d6259dd5 100644 --- a/net/coova-chilli/Makefile +++ b/net/coova-chilli/Makefile @@ -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 \