From 7706749e05c4db667e14ed8829e9fed775189cbf Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 13 Oct 2018 10:06:06 +0200 Subject: [PATCH] kamailio-5.x: enable parallel build Enable parallel build for Kamailio package. Signed-off-by: Sebastian Kemper --- net/kamailio-5.x/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/kamailio-5.x/Makefile b/net/kamailio-5.x/Makefile index 63d0c4a..569c3ce 100644 --- a/net/kamailio-5.x/Makefile +++ b/net/kamailio-5.x/Makefile @@ -21,6 +21,8 @@ PKG_LICENSE:=GPL-2.0+ PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Jiri Slachta +PKG_BUILD_PARALLEL:=1 + MODULES_AVAILABLE:= \ acc \ acc_diameter \ -- 2.30.2