coova-chilli: disable parallel build
authorEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 4 Jul 2019 12:01:52 +0000 (09:01 -0300)
committerEneas U de Queiroz <cotequeiroz@gmail.com>
Thu, 4 Jul 2019 12:01:52 +0000 (09:01 -0300)
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>
net/coova-chilli/Makefile

index 0a2ef65eba694f913373ed594faa9e74dddbf1d6..7d6259dd5e42a0f04879727f19aef30d89b84ce5 100644 (file)
@@ -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 \