summaryrefslogtreecommitdiffstats
path: root/libraries/pjsip/pjsip.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/pjsip/pjsip.SlackBuild')
-rw-r--r--libraries/pjsip/pjsip.SlackBuild6
1 files changed, 3 insertions, 3 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 \