From 4ca57ae9c232410def49fefddf513c6f62ac8213 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 4 Jul 2019 09:01:52 -0300 Subject: [PATCH] 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 --- net/coova-chilli/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/coova-chilli/Makefile b/net/coova-chilli/Makefile index 0a2ef65eba..7d6259dd5e 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 \ -- 2.30.2