SHA256
1
0
forked from pool/gsoap

- Add revert-z.diff to counter a regression in handling the

soapcpp2 "-z" option introduced in 2.8.89.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=176
This commit is contained in:
2019-08-14 19:09:26 +00:00
committed by Git OBS Bridge
parent 532962529a
commit 116e149486
3 changed files with 37 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh
Patch1: gsoap-automake1_13.diff
Patch2: gsoap-01-sharedlibs.diff
Patch3: revert-z.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -83,7 +84,7 @@ This subpackage contains the documentation for the gSOAP toolkit.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 1 -P 2 -p1
%patch -P 1 -P 2 -P 3 -p1
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
%build