linux: build with reflex
This commit is contained in:
parent
b9c06d8127
commit
7791190760
1 changed files with 14 additions and 0 deletions
14
pkgs/linux/reflex.patch
Normal file
14
pkgs/linux/reflex.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
--- a/scripts/kconfig/lexer.l
|
||||||
|
+++ b/scripts/kconfig/lexer.l
|
||||||
|
@@ -3,9 +3,10 @@
|
||||||
|
* Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
|
||||||
|
*/
|
||||||
|
%option nostdinit noyywrap never-interactive full ecs
|
||||||
|
-%option 8bit nodefault yylineno
|
||||||
|
+%option 8bit nodefault
|
||||||
|
%x ASSIGN_VAL HELP STRING
|
||||||
|
%{
|
||||||
|
+int yylineno = 0;
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
|
#include <limits.h>
|
Loading…
Reference in a new issue