mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Use the buildworld includes and defaults when building pkt-gen. This will
mean that you need a world built to reliably build pkg-gen but this keeps the build from failing when your source doesn't match your host running version, e.g. building 12 on 11. Submitted by: Matt Macy <mmacy@nextbsd.org> MFC after: 2 weeks Sponsored by: Limelight Networks
This commit is contained in:
parent
112d8ca98c
commit
a3afd05ce4
1 changed files with 0 additions and 1 deletions
|
|
@ -8,7 +8,6 @@ PROGS = pkt-gen nmreplay bridge vale-ctl
|
|||
CLEANFILES = $(PROGS) *.o
|
||||
MAN=
|
||||
CFLAGS += -Werror -Wall
|
||||
CFLAGS += -nostdinc -I ../../../sys -I/usr/include
|
||||
CFLAGS += -Wextra
|
||||
|
||||
LDFLAGS += -lpthread
|
||||
|
|
|
|||
Loading…
Reference in a new issue