Update source-release.sh

This commit is contained in:
FusionPBX 2017-05-20 19:11:50 -06:00 committed by GitHub
parent 4f6ce097e0
commit da146e58e1
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ pkg install --yes wget sudo libsndfile lua52 opus libmemcached libvorbis libogg
#pkg install --yes libshout mpg123 lame #pkg install --yes libshout mpg123 lame
#set environment variables #set environment variables
set CC gcc49 export CC gcc49
set CFLAGS '-Wno-error -std=gnu99' export CFLAGS '-Wno-error -std=gnu99'
#get the source from git and run boostrap #get the source from git and run boostrap
git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch