]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commit
flex: Fix broken testsuite with bison 3.0
authorStefan Schantl <stefan.schantl@ipfire.org>
Fri, 23 Oct 2015 17:25:59 +0000 (19:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Oct 2015 18:43:40 +0000 (19:43 +0100)
commitea7896a5e457dbc633415f9275fd071c42809057
treedc6c6dc652f09670b3d060229707aa31fc11ec38
parentde1c22041dbacbe5fda9b6e5b493fd1db99b0002
flex: Fix broken testsuite with bison 3.0

In Bison 3.0, support for YYLEX_PARAM and YYPARSE_PARAM has been
removed (deprecated in Bison 1.875): use %lex-param, %parse-param, or
%param.

This commit adds a patch to fix the tests so they still work.

Fixes #10951.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
flex/flex.nm
flex/patches/0001-bison-test-fixes-Do-not-use-obsolete-bison-construct.patch [new file with mode: 0644]