summaryrefslogtreecommitdiffstats
path: root/main/kamailio
diff options
context:
space:
mode:
authorJeff Bilyk <jbilyk@gmail.com>2012-06-04 19:10:12 +0000
committerJeff Bilyk <jbilyk@gmail.com>2012-06-04 19:10:12 +0000
commitab2d37907f5624af0d192f46158d5ee27663c2b3 (patch)
tree8aed4ae2c02d6f84ea299e74839e870082aa38bb /main/kamailio
parent728a7325eb258309ecc3213e5b7ec873cbe2e937 (diff)
downloadaports-ab2d37907f5624af0d192f46158d5ee27663c2b3.tar.bz2
aports-ab2d37907f5624af0d192f46158d5ee27663c2b3.tar.xz
main/kamailio: add async module
main/kamailio: add async module
Diffstat (limited to 'main/kamailio')
-rw-r--r--main/kamailio/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 20ec3c0cc..4216fb473 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Nathan Angelacos <nangel@alpinelinux.org>
pkgname=kamailio
pkgver=3.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Open Source SIP Proxy"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -39,7 +39,7 @@ _sqlite="db_sqlite"
_lua="app_lua"
_ldap="ldap"
# Makefile does not handle newline
-_modules="$_default $_postgres $_mediaproxy $_odbc $_presence $_mysql $_pcre $_lua $_sqlite $_ldap"
+_modules="$_default $_postgres $_mediaproxy $_odbc $_presence $_mysql $_pcre $_lua $_sqlite $_ldap async"
prepare() {