summaryrefslogtreecommitdiffstats
path: root/main/kamailio
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-05 10:59:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-05 10:59:54 +0000
commit9993870808ee8caa4caf3f215898a06e6d5220b2 (patch)
treea3835cee09fb97200203e524f9ac2dc7c40b818e /main/kamailio
parent3a3df521ec9b73f773d4a0c2b623f66632b7dfad (diff)
main/kamailio: enable carrierroute module
fixes #235
Diffstat (limited to 'main/kamailio')
-rw-r--r--main/kamailio/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/main/kamailio/APKBUILD b/main/kamailio/APKBUILD
index 16aabbd54f6..35b648fcb37 100644
--- a/main/kamailio/APKBUILD
+++ b/main/kamailio/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=kamailio
pkgver=1.5.3
-pkgrel=3
+pkgrel=4
pkgdesc="Open Source SIP Server"
url="http://www.kamailio.org/"
pkgusers="kamailio"
@@ -10,7 +10,7 @@ pkggroups="kamailio"
license="GPL"
depends=
makedepends="bison flex expat-dev postgresql-dev mysql-dev pcre-dev
- libxml2-dev curl-dev unixodbc-dev"
+ libxml2-dev curl-dev unixodbc-dev confuse-dev"
install=
subpackages="$pkgname-doc $pkgname-mysql $pkgname-postgres $pkgname-pcre
$pkgname-presence $pkgname-mediaproxy $pkgname-unixodbc"
@@ -50,7 +50,7 @@ build() {
MODS_PRESENCE=yes \
MODS_RADIUS= \
TLS= \
- include_modules="db_postgres mediaproxy db_unixodbc" \
+ include_modules="db_postgres mediaproxy db_unixodbc carrierroute" \
all || return 1
}
@@ -63,7 +63,7 @@ package() {
MODS_PRESENCE=yes \
MODS_RADIUS= \
TLS= \
- include_modules="db_postgres mediaproxy db_unixodbc" \
+ include_modules="db_postgres mediaproxy db_unixodbc carrierroute" \
basedir="$pkgdir" install || return 1
# move default config to -doc package and use our own default config