diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2014-03-07 01:02:42 +0000 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2014-03-14 08:51:45 -0400 |
commit | 20ec38b3aaafc26e4d7c65d40358289df42e26fb (patch) | |
tree | 80e3c1034649076010d721a4424820c5a0fc6c83 /meta-xfce/recipes-bindings | |
parent | ed0a2852ecc75d5dd87ab556f698ea2816b18bd5 (diff) | |
download | meta-openembedded-20ec38b3aaafc26e4d7c65d40358289df42e26fb.tar.gz |
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: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'meta-xfce/recipes-bindings')
0 files changed, 0 insertions, 0 deletions