]> git.pld-linux.org Git - packages/gsoap.git/commitdiff
- fix bison source, rebuild with openssl 3.0.0, rel 2 master auto/th/gsoap-2.8.70-2
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 24 Oct 2021 21:18:38 +0000 (23:18 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 24 Oct 2021 21:18:38 +0000 (23:18 +0200)
bison.patch [new file with mode: 0644]
gsoap.spec

diff --git a/bison.patch b/bison.patch
new file mode 100644 (file)
index 0000000..119ef17
--- /dev/null
@@ -0,0 +1,11 @@
+--- gsoap-2.8/gsoap/src/soapcpp2_lex.l~        2018-08-27 19:05:09.000000000 +0200
++++ gsoap-2.8/gsoap/src/soapcpp2_lex.l 2021-10-24 23:11:13.943438206 +0200
+@@ -48,7 +48,7 @@
+ #endif
+ #ifdef WITH_BISON
+-YYSTYPE yylval;
++extern YYSTYPE yylval;
+ #undef YY_NEED_STRLEN
+ #define YY_INPUT(buf, result, max_size) \
+         { \
index fd50bffd3f903631d6c22fa33fee752b852a09c1..b038aed9391f7ebfa8dc0424bd41ecf85099849d 100644 (file)
@@ -4,13 +4,14 @@ Summary:      gSOAP - a development toolkit for Web services
 Summary(pl.UTF-8):     gSOAP - zestawem narzędzi programistycznych dla usług WWW
 Name:          gsoap
 Version:       2.8.70
-Release:       1
+Release:       2
 License:       gSOAP / GPL
 Group:         Development/Libraries
 Source0:       http://downloads.sourceforge.net/gsoap2/gsoap-2.8/%{name}_%{version}.zip
 # Source0-md5: 5704bbfe8ba1c1e8c85130e534ed6368
 Patch0:                %{name}-libtool.patch
 Patch1:                %{name}-xlocale.patch
+Patch2:                bison.patch
 URL:           http://www.cs.fsu.edu/~engelen/soap.html
 BuildRequires: autoconf
 BuildRequires: automake
@@ -66,6 +67,7 @@ Statyczna biblioteka %{name}.
 %setup -q -n %{name}-2.8
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 # remove stuff with gsoap license only - not GPL
 %{__rm} -r gsoap/extras gsoap/mod_gsoap gsoap/Symbian
This page took 0.111495 seconds and 4 git commands to generate.