diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-26 15:17:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-01-26 15:17:16 +0000 |
commit | 962c3987c08a6e153ef9758e79efffd6685f5cf3 (patch) | |
tree | 7a0729cbe54fca1e0c8326c87c48355bf66e7b73 /main/asterisk/APKBUILD | |
parent | 8e5baaaeb3ce0775d6e205329010a6dedc198f6a (diff) | |
download | aports-962c3987c08a6e153ef9758e79efffd6685f5cf3.tar.bz2 aports-962c3987c08a6e153ef9758e79efffd6685f5cf3.tar.xz |
main/asterisk: support for parallel builds
Diffstat (limited to 'main/asterisk/APKBUILD')
-rw-r--r-- | main/asterisk/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD index d416e778b0..68d0a82757 100644 --- a/main/asterisk/APKBUILD +++ b/main/asterisk/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Timo Teras <timo.teras@iki.fi> pkgname=asterisk pkgver=1.6.2.1 -pkgrel=0 +pkgrel=1 pkgdesc="Asterisk: A Module Open Source PBX System" url="http://www.asterisk.org/" license="GPL" @@ -17,6 +17,7 @@ source="http://downloads.digium.com/pub/asterisk/releases/$pkgname-$pkgver.tar.g 100-uclibc-daemon.patch 101-caps-uclibc.patch 102-gsm-pic.patch + 200-parallel-make.patch 400-bug-227.patch asterisk.initd asterisk.confd @@ -56,7 +57,7 @@ build() { # and figure out which modules to build rm menuselect.makeopts make menuselect.makeopts - make -j1 || return 1 + make ASTLDFLAGS="$LDFLAGS" || return 1 } package() { @@ -108,6 +109,7 @@ md5sums="8fbc60f9d80e686c749ae95292e225d8 asterisk-1.6.2.1.tar.gz b00c9d98ce2ad445501248a197c6e436 100-uclibc-daemon.patch 6e1129e30c4fd2c25c86c81685a485a9 101-caps-uclibc.patch 97b39fd9777a2521d4f9f095482b7ac2 102-gsm-pic.patch +80b46215bb243821d9faec55dca179b8 200-parallel-make.patch 79e9634b5054bceb3b8dc246654bb243 400-bug-227.patch 0ce3219e05f55af884a7dc6b99c2b276 asterisk.initd ed31d7ba37bcf8b0346dcf8593c395f0 asterisk.confd |