From 06dffdc9303d1c69561c5942fe9771bc1a639d39 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 21 May 2017 02:14:11 -0600 Subject: [PATCH] Update source-release.sh --- freebsd/resources/switch/source-release.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/freebsd/resources/switch/source-release.sh b/freebsd/resources/switch/source-release.sh index 666a00c..38bfbf4 100755 --- a/freebsd/resources/switch/source-release.sh +++ b/freebsd/resources/switch/source-release.sh @@ -13,16 +13,12 @@ cwd=$(pwd) echo "Installing the FreeSWITCH source" #install minimum dependencies -pkg install --yes gcc49 autoconf automake curl git gmake ldns libedit libtool openssl pcre pkgconf speex sqlite3 +pkg install --yes autoconf automake curl git gmake ldns libedit libtool openssl pcre pkgconf speex sqlite3 pkg install --yes wget sudo libsndfile lua52 opus libmemcached libvorbis libogg tiff memcached #additional dependencies #pkg install --yes libshout mpg123 lame -#set environment variables -export CC gcc49 -export CFLAGS '-Wno-error -std=gnu99' - #get the source from git and run boostrap git clone -b v1.6 https://freeswitch.org/stash/scm/fs/freeswitch.git /usr/src/freeswitch cd /usr/src/freeswitch && /bin/sh /usr/src/freeswitch/bootstrap.sh -j