From 6d3405b4161a9cf5f1e16ebeb8426dadb48dbe71 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 28 Aug 2009 22:56:27 +0200 Subject: core: allow selecting parallel builds The value of CONFIG_ADK_MAKE_JOBS is being passed to make via the option '-j', in order to have it run multiple jobs simultaneously. This is done for all kernel builds, and per default for each package using the default BUILD_STYLE of 'auto', unless the package makefile defines PKG_NOPARALLEL to a non-empty string. --- package/asterisk/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/asterisk') diff --git a/package/asterisk/Makefile b/package/asterisk/Makefile index e5a3609a7..b048c823c 100644 --- a/package/asterisk/Makefile +++ b/package/asterisk/Makefile @@ -10,6 +10,7 @@ PKG_MD5SUM:= 9b46f8628f43e1d3c275460ceee26646 PKG_DESCR:= Open Source PBX PKG_SECTION:= net PKG_DEPENDS:= libncurses libpthread libopenssl libcurl +PKG_NOPARALLEL:= 1 PKG_URL:= http://www.asterisk.org PKG_SITES:= http://downloads.asterisk.org/pub/telephony/asterisk/releases/ -- cgit v1.2.3