diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-28 13:44:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-12-28 13:44:43 +0000 |
commit | fc322cceefeeeb1260e92dce558c7d57bd256c75 (patch) | |
tree | b75355bbc98476022ff39d085634fe030d8d9a5a /main/freeswitch/modules.conf | |
parent | b38a4d52b1e21f5fabe5331fa63513367a216150 (diff) | |
download | aports-fc322cceefeeeb1260e92dce558c7d57bd256c75.tar.bz2 aports-fc322cceefeeeb1260e92dce558c7d57bd256c75.tar.xz |
main/freeswitch: disable spidermonkey
It ships its own version of libnspr which confilcts with the real nspr
Diffstat (limited to 'main/freeswitch/modules.conf')
-rw-r--r-- | main/freeswitch/modules.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/freeswitch/modules.conf b/main/freeswitch/modules.conf index 57284bae81..4c6b03831a 100644 --- a/main/freeswitch/modules.conf +++ b/main/freeswitch/modules.conf @@ -105,7 +105,7 @@ languages/mod_lua #languages/mod_managed #languages/mod_perl #languages/mod_python -languages/mod_spidermonkey +#languages/mod_spidermonkey #languages/mod_yaml loggers/mod_console loggers/mod_logfile |