mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
devd: allow build to complete using g++
This commit is contained in:
parent
0bc60783da
commit
e8d9a1edb3
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ LIBADD= l util
|
|||
|
||||
YFLAGS+=-v
|
||||
CFLAGS+=-I. -I${.CURDIR}
|
||||
CFLAGS.gcc = -Wno-redundant-decls
|
||||
CXXFLAGS.gcc = -Wno-redundant-decls
|
||||
|
||||
CLEANFILES= y.output y.tab.i
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue