SHA256
1
0
forked from pool/gsoap

- Replace gsoap-02-typepuns.diff with better version from SF

- Add gsoap-allocator.diff to please UBSAN

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=43
This commit is contained in:
2015-06-03 09:46:50 +00:00
committed by Git OBS Bridge
parent 4402d71339
commit 041d5dff91
4 changed files with 124 additions and 23 deletions

View File

@@ -32,6 +32,7 @@ Patch13: gsoap-automake1_13.diff
Patch1: gsoap-01-sharedlibs.diff
Patch2: gsoap-02-typepuns.diff
Patch3: gsoap-mindeflateratio.diff
Patch4: gsoap-allocator.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: autoconf
BuildRequires: automake
@@ -92,7 +93,7 @@ symlinks for libgsoap.
%prep
%setup -q
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%patch -P 13 -P 1 -P 2 -P 3 -p1
%patch -P 13 -P 1 -P 2 -P 3 -P 4 -p1
cp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
%build