From bf611fc29e75b2b986cc60ed7b6f964f75d86a23 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Thu, 20 Mar 2014 15:40:28 +0000 Subject: [PATCH] Pull mod_v8 out of the default build We love mod_v8 and Peter for making it work so well and in so many places. But it still doesn't build on as many platforms as the rest of FreeSWITCH, and it requires using getlib on a huge library while we're currently trying to pull libraries out of tree and reduce our dependence on getlib. We need to work on getting distributions to push updated versions of libv8. --- build/modules.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/modules.conf.in b/build/modules.conf.in index 512775b1ae..721a913a09 100644 --- a/build/modules.conf.in +++ b/build/modules.conf.in @@ -118,7 +118,7 @@ languages/mod_lua #languages/mod_perl #languages/mod_python #languages/mod_spidermonkey -languages/mod_v8 +#languages/mod_v8 #languages/mod_yaml loggers/mod_console loggers/mod_logfile