aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-08-24 13:34:41 +0000
committerTed Trask <ttrask01@yahoo.com>2010-09-21 20:10:00 +0000
commitd61876969dd09bfd4241d95814527a11e9ecc32e (patch)
treea4c1d5243b8eae24c433ce8cd9008cd4136e0e47
parent13a49a0ae22abbd380262b07cdecb09903c14734 (diff)
downloadalpine_aports-d61876969dd09bfd4241d95814527a11e9ecc32e.tar.bz2
alpine_aports-d61876969dd09bfd4241d95814527a11e9ecc32e.tar.xz
alpine_aports-d61876969dd09bfd4241d95814527a11e9ecc32e.zip
main/freeswitch: enable mod_xml_curl
fixes #417
-rw-r--r--main/freeswitch/APKBUILD4
-rw-r--r--main/freeswitch/modules.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/main/freeswitch/APKBUILD b/main/freeswitch/APKBUILD
index ab1b387a56..1a27453573 100644
--- a/main/freeswitch/APKBUILD
+++ b/main/freeswitch/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=freeswitch 3pkgname=freeswitch
4pkgver=1.0.6 4pkgver=1.0.6
5pkgrel=12 5pkgrel=13
6pkgdesc="A communications platform written in C from the ground up" 6pkgdesc="A communications platform written in C from the ground up"
7url="http://www.freeswitch.org" 7url="http://www.freeswitch.org"
8license="GPL" 8license="GPL"
@@ -93,6 +93,6 @@ conf() {
93} 93}
94 94
95md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz 95md5sums="388effee587887a81fe7f411b7350590 freeswitch-1.0.6.tar.gz
9610b10cdc4ba1719343a96c5b7b3fa910 modules.conf 961f9ed1daf9a1fb910571857c27b933ad modules.conf
97c608cca8ad773acebf201f581438c7e7 freeswitch.confd 97c608cca8ad773acebf201f581438c7e7 freeswitch.confd
986973e15d72e5876152b160bd9e8d282b freeswitch.initd" 986973e15d72e5876152b160bd9e8d282b freeswitch.initd"
diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf
index 9ef44b0cac..ca3fd9723f 100644
--- a/main/freeswitch/modules.conf
+++ b/main/freeswitch/modules.conf
@@ -63,7 +63,7 @@ languages/mod_lua
63#languages/mod_perl 63#languages/mod_perl
64#languages/mod_yaml 64#languages/mod_yaml
65xml_int/mod_xml_rpc 65xml_int/mod_xml_rpc
66#xml_int/mod_xml_curl 66xml_int/mod_xml_curl
67#xml_int/mod_xml_cdr 67#xml_int/mod_xml_cdr
68#xml_int/mod_xml_ldap 68#xml_int/mod_xml_ldap
69say/mod_say_en 69say/mod_say_en