summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
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
commita72d1de9d28bcfd817945762d5ca2b24a3ffb7fd (patch)
tree14f9ba6bf5de2924377b0cfcf0a57d65b349018a
parent0b27996e788a5d01287139aec186dbaded4cac6b (diff)
downloadslackbuilds-a72d1de9d28bcfd817945762d5ca2b24a3ffb7fd.tar.gz
slackbuilds-a72d1de9d28bcfd817945762d5ca2b24a3ffb7fd.tar.xz
development/gsoap: Updated for version 2.8.46.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
-rw-r--r--development/gsoap/gsoap.SlackBuild7
-rw-r--r--development/gsoap/gsoap.info6
2 files changed, 7 insertions, 6 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
diff --git a/development/gsoap/gsoap.info b/development/gsoap/gsoap.info
index 19934f9ccf..0d30f23188 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=""