diff options
author | Chris Walker <kris240376@gmail.com> | 2018-04-08 11:49:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-14 07:06:27 +0700 |
commit | 351c4887c01b439047dabe2781d70a51ad3a6913 (patch) | |
tree | 2be13c38a15de2aa9f109fd0d8251f567ff79f40 /libraries/pjsip/pjsip.SlackBuild | |
parent | 97851e3732c2ff872abe49cf6483b5f7fdb382bd (diff) |
libraries/pjsip: Updated for version 2.7.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/pjsip/pjsip.SlackBuild')
-rw-r--r-- | libraries/pjsip/pjsip.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/pjsip/pjsip.SlackBuild b/libraries/pjsip/pjsip.SlackBuild index 85abc72dd3cb4..e32255b8d007b 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 \ |