summaryrefslogtreecommitdiffstats
path: root/recipes-security/selinux/checkpolicy
Commit message (Collapse)AuthorAgeFilesLines
* checkpolicy: remove link against libfldizzyJoe MacDonald2014-11-101-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 libflChong Lu2014-04-031-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>