by specifyng we do not use yywrap we can avoid linking to libl and liby
MFC after: 3 days
This commit is contained in:
parent
ef5312c38e
commit
35f36f825a
@ -23,7 +23,7 @@ YFLAGS= -d
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
LIBADD= ipsec l y
|
||||
LIBADD= ipsec
|
||||
|
||||
CLEANFILES= y.tab.h
|
||||
SRCS+= y.tab.h
|
||||
|
@ -60,6 +60,7 @@ void yyerror(const char *);
|
||||
int yylex(void);
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
%option nounput
|
||||
|
||||
/* common section */
|
||||
|
Loading…
Reference in New Issue
Block a user