summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-28 22:56:27 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-28 23:09:28 +0200
commit6d3405b4161a9cf5f1e16ebeb8426dadb48dbe71 (patch)
tree7f637675bd8b2a1c1fe5f77614a3b0ef2bfc6ef5 /package/asterisk
parent0b6742af9d19cc389ed0f0bb08a65e1f84268893 (diff)
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.
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/Makefile1
1 files changed, 1 insertions, 0 deletions
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/