Tags: +acknowledge

On Fri, Apr 19, 2024 at 12:02:13PM +0200, Miriam Espana Acebal wrote:
> Hi,
> 
> In ubuntu we applied the upstream's fix at
> https://github.com/radvd-project/radvd/pull/196. I adapted it to a pair of
> patches that I attach here for fixing this FTBFS.
> 
> I am sending this for your consideration, and I hope it helps.

We will find out this weekend    :-)


 
> --- a/gram.y
> +++ b/gram.y
> @@ -20,6 +20,10 @@
>  
>  #define YYERROR_VERBOSE 1
>  
> +int yylex (void);
> +void yyset_in (FILE * _in_str);
> +int yylex_destroy (void);
> +
>  #if 0 /* no longer necessary? */
>  #ifndef HAVE_IN6_ADDR_S6_ADDR
>  # ifdef __FreeBSD__

> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -66,9 +66,6 @@
>  scanner.c: gram.h
>  gram.h: gram.c
>  
> -libradvd_parser_a_CFLAGS = \
> -     -Wno-implicit-function-declaration
> -
>  libradvd_parser_a_SOURCES = \
>       gram.h \
>       gram.y \



Groeten
Geert Stappers
-- 
Silence is hard to parse

  • Bug#1066224: Miriam Espana Acebal
    • Bug#1066224: Geert Stappers

Reply via email to