aboutsummaryrefslogtreecommitdiff
path: root/system/freeswitch/freeswitch.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/freeswitch/freeswitch.SlackBuild')
-rw-r--r--system/freeswitch/freeswitch.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/freeswitch/freeswitch.SlackBuild b/system/freeswitch/freeswitch.SlackBuild
index 057c9867f2f7..1490d78b8c0e 100644
--- a/system/freeswitch/freeswitch.SlackBuild
+++ b/system/freeswitch/freeswitch.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=freeswitch
-VERSION=${VERSION:-20130414}
+VERSION=${VERSION:-1.2.15}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -110,7 +110,7 @@ find . \
-exec chmod 644 {} \;
# Prepare some things
-./bootstrap.sh
+./rebootstrap.sh
# Disable Cluecon registration annoyance
touch noreg
@@ -130,7 +130,7 @@ CXXFLAGS="$SLKCFLAGS" \
$PGSQL \
--build=$ARCH-slackware-linux
-make
+make -j1
make install DESTDIR=$PKG
make samples DESTDIR=$PKG