Преглед на файлове

Update source-release.sh

FusionPBX преди 6 години
родител
ревизия
d15330ac33
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      ubuntu/resources/switch/source-release.sh

+ 3 - 0
ubuntu/resources/switch/source-release.sh

@@ -41,6 +41,9 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_memcache:applica
 sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_curl:applications/mod_curl:'
 sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_shout:formats/mod_shout:'
 
+#disable module as it causes the compile to fail
+sed -i /usr/src/freeswitch/modules.conf -e s:'applications/mod_signalwire:#applications/mod_signalwire:'
+
 # prepare the build
 #./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs
 ./configure -C --enable-portable-binary --disable-dependency-tracking \