diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2011-01-21 22:26:49 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-01-21 22:26:49 -0600 |
commit | 9d678885f28393384af2d7c6ac851c28361af99a (patch) | |
tree | ceb7095b54c8de866ccac3130307c4552388428f /main/freeswitch | |
parent | cccb962e873149560379950977fa89c97ddb7bf0 (diff) | |
download | aports-9d678885f28393384af2d7c6ac851c28361af99a.tar.bz2 aports-9d678885f28393384af2d7c6ac851c28361af99a.tar.xz |
main/freeswitch: fix libpri
ref #514
Diffstat (limited to 'main/freeswitch')
-rw-r--r-- | main/freeswitch/APKBUILD | 5 | ||||
-rw-r--r-- | main/freeswitch/modules.conf | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD index 868ff7c9da..ed6da1bf9f 100644 --- a/main/freeswitch/APKBUILD +++ b/main/freeswitch/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="GPL" depends="" makedepends="curl-dev unixodbc-dev zlib-dev openssl-dev ncurses-dev - autoconf automake libtool libpri bash" + autoconf automake libtool libpri-dev bash" install="$pkgname.pre-install $pkgname.post-install $pkgname.pre-upgrade" subpackages="$pkgname-dev $pkgname-flite $pkgname-sample-config:conf" source="http://files.freeswitch.org/freeswitch-$pkgver.tar.gz @@ -43,6 +43,7 @@ build() { --mandir=/usr/share/man \ --infodir=/usr/share/info \ --with-devrandom=/dev/urandom \ + --with-libpri \ --disable-debug \ || return 1 @@ -102,6 +103,6 @@ conf() { } md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz -1986cb9499d787b28c8655dd73ebe013 modules.conf +f2549767e058ec57b159b80b54446421 modules.conf c608cca8ad773acebf201f581438c7e7 freeswitch.confd aa358c9ca0d8b93fabb6a36a5ed4c469 freeswitch.initd" diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 396f018200..1afbc6ee03 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -43,7 +43,6 @@ endpoints/mod_sofia endpoints/mod_loopback #endpoints/mod_alsa #endpoints/mod_opal -#../../libs/openzap/mod_openzap ../../libs/freetdm/mod_freetdm #event_handlers/mod_event_multicast event_handlers/mod_event_socket |