Update source-release.sh

This commit is contained in:
FusionPBX 2017-05-21 02:11:33 -06:00 committed by GitHub
parent 9261a368f8
commit b2b0d9d411
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ sed -i' ' -e s:'#applications/mod_memcache:applications/mod_memcache:' /usr/src/
sed -i' ' -e s:'#applications/mod_curl:applications/mod_curl:' /usr/src/freeswitch/modules.conf sed -i' ' -e s:'#applications/mod_curl:applications/mod_curl:' /usr/src/freeswitch/modules.conf
#sed -i' ' -e s:'#formats/mod_shout:formats/mod_shout:' /usr/src/freeswitch/modules.conf #sed -i' ' -e s:'#formats/mod_shout:formats/mod_shout:' /usr/src/freeswitch/modules.conf
#disable mod_fsv
sed -i '' -e s:'applications/mod_fsv:#applications/mod_fsv:' /usr/src/freeswitch/modules.conf
#configure the source (additional option --enable-system-lua) #configure the source (additional option --enable-system-lua)
/usr/src/freeswitch/./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs /usr/src/freeswitch/./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs