Remove the link to libl which only contains a stub function
on yywrap, if the flex is told yywrap is not in use, then this linkage becomes unnecessary
This commit is contained in:
parent
e47b5c3de7
commit
1b6c9c3f43
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359241
@ -37,8 +37,6 @@ WARNS?= 1
|
||||
CFLAGS+= -I${.CURDIR} -I${SRCTOP}/lib/libipsec
|
||||
YFLAGS= -d
|
||||
|
||||
LIBADD= l
|
||||
|
||||
CLEANFILES= y.tab.c y.tab.h key_test.o keytest
|
||||
|
||||
# libpfkey
|
||||
|
@ -67,6 +67,8 @@ int parse(FILE **);
|
||||
int yyparse(void);
|
||||
%}
|
||||
|
||||
%option noyywrap
|
||||
|
||||
/* common section */
|
||||
nl \n
|
||||
ws [ \t]+
|
||||
|
Loading…
Reference in New Issue
Block a user