summaryrefslogtreecommitdiffstats
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/pjsip/pjsip.SlackBuild6
-rw-r--r--libraries/pjsip/pjsip.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/libraries/pjsip/pjsip.SlackBuild b/libraries/pjsip/pjsip.SlackBuild
index 85abc72dd3..e32255b8d0 100644
--- a/libraries/pjsip/pjsip.SlackBuild
+++ b/libraries/pjsip/pjsip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pjsip
-# Copyright 2017 Chris Walker, Kempner, TX
+# Copyright 2017-2018 Chris Walker, Kempner, TX
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=pjsip
-VERSION=${VERSION:-2.7}
+VERSION=${VERSION:-2.7.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -86,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-video \
--build=$ARCH-slackware-linux
-make
+make -j1
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/libraries/pjsip/pjsip.info b/libraries/pjsip/pjsip.info
index a6667cbe24..382f07a6fa 100644
--- a/libraries/pjsip/pjsip.info
+++ b/libraries/pjsip/pjsip.info
@@ -1,8 +1,8 @@
PRGNAM="pjsip"
-VERSION="2.7"
+VERSION="2.7.2"
HOMEPAGE="http://www.pjsip.org"
-DOWNLOAD="http://www.pjsip.org/release/2.7/pjproject-2.7.tar.bz2"
-MD5SUM="c0d322261e526cafecc176facbb0bab7"
+DOWNLOAD="http://www.pjsip.org/release/2.7.2/pjproject-2.7.2.tar.bz2"
+MD5SUM="fa3f0bc098c4bff48ddd92db1c016a7a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="speex gsm"