diff options
-rw-r--r-- | development/gsoap/gsoap.SlackBuild | 7 | ||||
-rw-r--r-- | development/gsoap/gsoap.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/development/gsoap/gsoap.SlackBuild b/development/gsoap/gsoap.SlackBuild index ce3347d1ea9e..a92cd16d6a10 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 diff --git a/development/gsoap/gsoap.info b/development/gsoap/gsoap.info index 19934f9ccfef..0d30f231883d 100644 --- a/development/gsoap/gsoap.info +++ b/development/gsoap/gsoap.info @@ -1,8 +1,8 @@ PRGNAM="gsoap" -VERSION="2.8.40" +VERSION="2.8.46" HOMEPAGE="http://gsoap2.sourceforge.net/" -DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.40.zip" -MD5SUM="f9c348de2f6f76a0e9647e66951d1673" +DOWNLOAD="http://downloads.sourceforge.net/gsoap2/gsoap_2.8.46.zip" +MD5SUM="e7ff6c940730371dcb90079ca56a8551" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |