Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | checkpolicy: remove link against libfldizzy | Joe MacDonald | 2014-11-10 | 1 | -2/+4 |
| | | | | | | | An updated version of the patch to drop linking against libfl was required. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||||
* | checkpolicy: Don't link against libfl | Chong Lu | 2014-04-03 | 1 | -0/+44 |
In policy_scan.l file, we have already removed all references to yywrap by adding "%option noyywrap" statements to each flex source file that doesn't override yywrap. After this, we no longer need to link against libfl and so no longer get errors about undefined references to yylex. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net> |