From 6b39f3a3e2a697c64bb33cba9f95531bcf0d2b96 Mon Sep 17 00:00:00 2001 From: Chris Rienzo Date: Wed, 12 Aug 2020 15:26:10 +0000 Subject: [PATCH] [build] add out of tree modules (mod_coreclr, mod_janus, and mod_mosquitto) to modules.conf. Uncomment their line(s) to include them in your build. --- build/modules.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build/modules.conf.in b/build/modules.conf.in index 14ad5dd080..bd1ea4593a 100644 --- a/build/modules.conf.in +++ b/build/modules.conf.in @@ -170,5 +170,10 @@ xml_int/mod_xml_scgi #../../libs/freetdm/mod_freetdm +## Out of tree modules - open issues in their respective repositories +#mod_coreclr|https://github.com/freeswitch/mod_coreclr.git -b master +#mod_janus|https://github.com/freeswitch/mod_janus.git -b master +#mod_mosquitto|https://github.com/freeswitch/mod_mosquitto.git -b master + ## Experimental Modules (don't cry if they're broken) #../../contrib/mod/xml_int/mod_xml_odbc