]> git.pld-linux.org Git - packages/gsoap.git/blob - bison.patch
- fix bison source, rebuild with openssl 3.0.0, rel 2
[packages/gsoap.git] / bison.patch
1 --- gsoap-2.8/gsoap/src/soapcpp2_lex.l~ 2018-08-27 19:05:09.000000000 +0200
2 +++ gsoap-2.8/gsoap/src/soapcpp2_lex.l  2021-10-24 23:11:13.943438206 +0200
3 @@ -48,7 +48,7 @@
4  #endif
5  
6  #ifdef WITH_BISON
7 -YYSTYPE yylval;
8 +extern YYSTYPE yylval;
9  #undef YY_NEED_STRLEN
10  #define YY_INPUT(buf, result, max_size) \
11          { \
This page took 0.07597 seconds and 3 git commands to generate.