diff options
Diffstat (limited to 'main/freeswitch/APKBUILD')
-rw-r--r-- | main/freeswitch/APKBUILD | 5 |
1 files changed, 3 insertions, 2 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" |