From 5265583427de9887f6a8109c2494d17052b9674c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 25 May 2010 16:04:32 +0000 Subject: testing/kamailio: added xmlrpc module fixes #352 --- testing/kamailio/APKBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/testing/kamailio/APKBUILD b/testing/kamailio/APKBUILD index d113912c..fff29082 100644 --- a/testing/kamailio/APKBUILD +++ b/testing/kamailio/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=kamailio pkgver=3.0.1 -pkgrel=0 +pkgrel=1 pkgdesc="Open Source SIP Server" url="http://www.kamailio.org/" pkgusers="kamailio" @@ -23,6 +23,7 @@ source="http://www.kamailio.org/pub/kamailio/$pkgver/src/kamailio-${pkgver}_src. " _builddir="$srcdir"/$pkgname-$pkgver +_modules="db_postgres mediaproxy db_unixodbc carrierroute xmlrpc" prepare() { cd "$_builddir" patch -p1 -i "$srcdir"/kamailio-3-backslash.patch || return 1 @@ -57,7 +58,7 @@ build() { MODS_PRESENCE=yes \ MODS_RADIUS= \ TLS= \ - include_modules="db_postgres mediaproxy db_unixodbc carrierroute" \ + include_modules="$_modules" \ all || return 1 } @@ -70,7 +71,7 @@ package() { MODS_PRESENCE=yes \ MODS_RADIUS= \ TLS= \ - include_modules="db_postgres mediaproxy db_unixodbc carrierroute" \ + include_modules="$_modules" \ basedir="$pkgdir" install || return 1 # move default config to -doc package and use our own default config -- cgit v1.2.3