mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Unbreak the build by dealing with an unexpected dependency on tcpdump source
present in ndp(8). The vendor branch import uses a _U_ macro to apply the GCC 'unused' attribute to the rcs ids embedded in each source file. Teach ndp about this.
This commit is contained in:
parent
001407b9c2
commit
457180a40d
1 changed files with 1 additions and 0 deletions
|
|
@ -21,5 +21,6 @@ SRCS= ndp.c gmt2local.c
|
|||
|
||||
CFLAGS+= -DINET6
|
||||
CFLAGS+= -I. -I${.CURDIR} -I${.CURDIR}/../../contrib/tcpdump
|
||||
CFLAGS+= -D_U_=""
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue