From a72d1de9d28bcfd817945762d5ca2b24a3ffb7fd Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Thu, 1 Jun 2017 21:41:59 +0200 Subject: development/gsoap: Updated for version 2.8.46. Signed-off-by: Heinz Wiesinger --- development/gsoap/gsoap.SlackBuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'development/gsoap/gsoap.SlackBuild') 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 -- cgit v1.2.3