mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 09:12:44 +00:00
Stop linking to libl by specifying we do not need yywrap
MFC after: 3 days
This commit is contained in:
parent
35f36f825a
commit
36ad097f9b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352121
@ -10,8 +10,6 @@ PACKAGE=apm
|
|||||||
|
|
||||||
WARNS?= 3
|
WARNS?= 3
|
||||||
|
|
||||||
LIBADD= l
|
|
||||||
|
|
||||||
CFLAGS+= -I${.CURDIR}
|
CFLAGS+= -I${.CURDIR}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -44,6 +44,7 @@ int first_time;
|
|||||||
%}
|
%}
|
||||||
|
|
||||||
/* We don't need it, avoid the warning. */
|
/* We don't need it, avoid the warning. */
|
||||||
|
%option noyywrap
|
||||||
%option nounput
|
%option nounput
|
||||||
%option noinput
|
%option noinput
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user