flex: dont run 'lex' in strict mode

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-12-05 22:15:40 +01:00
parent c2b0e7313f
commit e397914363

View File

@ -38,6 +38,6 @@ make install
cat > $ROOT/$TOOLCHAIN/bin/lex << "EOF"
#!/bin/sh
exec flex -l "$@"
exec flex "$@"
EOF
chmod -v 755 $ROOT/$TOOLCHAIN/bin/lex