[package] update radvd to 1.5, select kmod-ipv6 (#5966)
[packages.git] / ipv6 / radvd / patches / 002-no_libfl.patch
1 --- a/scanner.l
2 +++ b/scanner.l
3 @@ -21,6 +21,8 @@
4  
5  extern char *conf_file;
6  
7 +int yywrap(void) { return 1; }
8 +
9  int num_lines = 1;
10  %}
11