Skip to content
Commit 20ec38b3 authored by Paul Barker's avatar Paul Barker Committed by Joe MacDonald
Browse files

ipsec-tools: Don't link against libfl



We can remove all references to yywrap by adding "%option noyywrap" statements
to each flex source file which 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.

Also change the dependency on flex to flex-native as we no longer need libfl
compiled for the target - the lexer is now self-contained.

Signed-off-by: default avatarPaul Barker <paul@paulbarker.me.uk>
Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
parent ed0a2852
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment