summaryrefslogtreecommitdiffstats
path: root/main/asterisk
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-07-25 07:26:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-25 07:26:51 +0000
commitea24e722cedf9a5e62448f1bac0c0e42c09d350c (patch)
tree7f2faaa75643f8dbe213225fda9eab84323c435c /main/asterisk
parent63fb325e703c65538c9a003cb94ce503a5cada8a (diff)
downloadaports-ea24e722cedf9a5e62448f1bac0c0e42c09d350c.tar.bz2
aports-ea24e722cedf9a5e62448f1bac0c0e42c09d350c.tar.xz
main/asterisk: build rtp again
it needs uuid from util-linux
Diffstat (limited to 'main/asterisk')
-rw-r--r--main/asterisk/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/asterisk/APKBUILD b/main/asterisk/APKBUILD
index 2c51cf30a..b994cdc79 100644
--- a/main/asterisk/APKBUILD
+++ b/main/asterisk/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Timo Teras <timo.teras@iki.fi>
pkgname=asterisk
pkgver=11.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Asterisk: A Module Open Source PBX System"
pkgusers="asterisk"
pkggroups="asterisk"
@@ -14,7 +14,7 @@ makedepends="autoconf automake libtool ncurses-dev popt-dev newt-dev zlib-dev
postgresql-dev unixodbc-dev dahdi-tools-dev libpri-dev tar
freetds-dev openssl-dev lua-dev alsa-lib-dev spandsp-dev tiff-dev
libresample sqlite-dev wget speex-dev libogg-dev bluez-dev curl-dev
- libedit-dev libsrtp-dev"
+ libedit-dev libsrtp-dev util-linux-dev"
install="$pkgname.pre-install $pkgname.pre-upgrade"
subpackages="$pkgname-dev $pkgname-doc $pkgname-pgsql $pkgname-odbc
$pkgname-tds $pkgname-fax $pkgname-sample-config:sample
@@ -84,7 +84,7 @@ build() {
--without-x11 \
--with-spandsp \
--with-bluetooth \
- --with-curl \
+ --with-libcurl \
--with-libedit \
--with-srtp \
|| return 1