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
@ -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…
x
Reference in New Issue
Block a user