From dddb0bfbcac01f0cb519639b802460dc5509a61e Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 11 Jul 2012 06:34:59 +0000 Subject: main/kamailio: enable parallel builds We really want parallel building for speeing up the building and use all cores available. If things break, try rebuild only the thing that breaks with -j1 and build as much as possible in parallel. --- main/kamailio/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/kamailio/APKBUILD') diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD index 39c634bd5..46b67a8a7 100644 --- a/main/kamailio/APKBUILD +++ b/main/kamailio/APKBUILD @@ -78,7 +78,7 @@ prepare() { build() { cd "$_builddir" - make -j1 FLAVOUR=kamailio \ + make FLAVOUR=kamailio \ PREFIX=/usr \ cfg_target=/etc/kamailio/ \ include_modules="$_modules" \ @@ -86,7 +86,7 @@ build() { DESTDIR="$pkgdir" \ cfg_prefix="$pkgdir" \ cfg - make -j1 all || return 1 + make all || return 1 } package() { -- cgit v1.2.3