diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-06-01 21:41:59 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:50 +0700 |
commit | a72d1de9d28bcfd817945762d5ca2b24a3ffb7fd (patch) | |
tree | 14f9ba6bf5de2924377b0cfcf0a57d65b349018a /development/gsoap/gsoap.SlackBuild | |
parent | 0b27996e788a5d01287139aec186dbaded4cac6b (diff) | |
download | slackbuilds-a72d1de9d28bcfd817945762d5ca2b24a3ffb7fd.tar.gz |
development/gsoap: Updated for version 2.8.46.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/gsoap/gsoap.SlackBuild')
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index ce3347d1ea..a92cd16d6a 100644 --- a/development/gsoap/gsoap.SlackBuild +++ b/development/gsoap/gsoap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gsoap -# Copyright 2009-2016 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2017 Heinz Wiesinger, Amsterdam, The Netherlands # 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=gsoap -VERSION=${VERSION:-2.8.40} +VERSION=${VERSION:-2.8.46} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,7 +69,7 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -#Build shared libraries +# Build shared libraries patch -p1 -i $CWD/gsoap-libtool.patch autoreconf -vif @@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib$LIBDIRSUFFIX \ --sysconfdir=/etc \ --localstatedir=/var \ + --disable-static \ --build=$ARCH-slackware-linux make -j1 |