]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Drop mod_spidermonkey from our default build
authorTravis Cross <tc@traviscross.com>
Wed, 8 Jan 2014 21:12:19 +0000 (21:12 +0000)
committerTravis Cross <tc@traviscross.com>
Wed, 8 Jan 2014 21:12:19 +0000 (21:12 +0000)
There are build issues with mod_spidermonkey on certain platforms, and
we hope to replace it soon anyway.

build/modules.conf.in
conf/vanilla/autoload_configs/modules.conf.xml

index f7b36831ccb34b78169bfa9dce33020abe8bdb2c..b4c6f70888e18526de5749423e533cc8f0c7d805 100644 (file)
@@ -118,7 +118,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
index 0ca6bc5b346669faf914ddd071f91f71db6107ed..27fde61a644494c4aee95783e5941169e08011f9 100644 (file)
     <!-- <load module="mod_posix_timer"/> -->
 
     <!-- Languages -->
-    <load module="mod_spidermonkey"/>
+    <!-- <load module="mod_spidermonkey"/> -->
     <!-- <load module="mod_perl"/> -->
     <!-- <load module="mod_python"/> -->
     <!-- <load module="mod_java"/> -->