diff --git a/pkgs/linux/reflex.patch b/pkgs/linux/reflex.patch new file mode 100644 index 0000000..9bf9b85 --- /dev/null +++ b/pkgs/linux/reflex.patch @@ -0,0 +1,14 @@ +--- a/scripts/kconfig/lexer.l ++++ b/scripts/kconfig/lexer.l +@@ -3,9 +3,10 @@ + * Copyright (C) 2002 Roman Zippel + */ + %option nostdinit noyywrap never-interactive full ecs +-%option 8bit nodefault yylineno ++%option 8bit nodefault + %x ASSIGN_VAL HELP STRING + %{ ++int yylineno = 0; + + #include + #include