SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.70

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=140
This commit is contained in:
2018-09-11 11:34:10 +00:00
committed by Git OBS Bridge
parent 255f7c5548
commit c19230a9df
6 changed files with 20 additions and 7 deletions

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_69
Version: 2.8.69
%define lname libgsoap-2_8_70
Version: 2.8.70
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
@@ -95,6 +95,8 @@ perl -i -lpe 's{AC_INIT\(gsoap, 2.8\)}{AC_INIT([gsoap], [%version])}' \
# Rebuild configure - fix that utterly long mktime test.
# Also needed because Makefile.am and configure.ac are touched.
autoreconf -fi
export CFLAGS="%optflags -O0 -ggdb3"
export CXXFLAGS="%optflags -O0 -ggdb3"
%configure --enable-ipv6 --disable-static
pushd gsoap/src/
# build prerequisites for parallel build first