From 4b113cf629624ce7b255d201f6c5fea2a6ec5ceb Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 7 Aug 2019 09:45:36 -0600 Subject: [PATCH] Update source-master.sh --- debian/resources/switch/source-master.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/switch/source-master.sh b/debian/resources/switch/source-master.sh index 6647d8e..14fd42f 100755 --- a/debian/resources/switch/source-master.sh +++ b/debian/resources/switch/source-master.sh @@ -19,7 +19,7 @@ sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_cidlookup:applic sed -i /usr/src/freeswitch/modules.conf -e s:'#applications/mod_memcache:applications/mod_memcache:' 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:' -sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_shout:formats/mod_pgsql:' +sed -i /usr/src/freeswitch/modules.conf -e s:'#formats/mod_pgsql:formats/mod_pgsql:' ./bootstrap.sh -j #./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --enable-system-lua --disable-fhs ./configure --prefix=/usr/local/freeswitch --enable-core-pgsql-support --disable-fhs