[OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
* libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with : | lex --header-file=route/cls/ematch_grammar.h -o route/cls/ematch_grammar.c route/cls/ematch_grammar.l | make[1]: lex: Command not found | make[1]: ***

Re: [OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Otavio Salvador
On Mon, Jan 7, 2013 at 2:43 PM, Eric Bénard e...@eukrea.com wrote: * libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with : | lex --header-file=route/cls/ematch_grammar.h -o route/cls/ematch_grammar.c

Re: [OE-core] [PATCH] libnl: fix compilation on hosts without lex

2013-01-07 Thread Eric Bénard
Hi Otavio, Le Mon, 7 Jan 2013 15:59:24 -0200, Otavio Salvador ota...@ossystems.com.br a écrit : On Mon, Jan 7, 2013 at 2:43 PM, Eric Bénard e...@eukrea.com wrote: * libnl's makefiles are calling $(LEX) but only define $(FLEX), thus compilation on a host which doesn't have lex fails with :