svn commit: r314915 - head/tools/tools/netmap
Sean Bruno
sbruno at FreeBSD.org
Wed Mar 8 17:29:42 UTC 2017
Author: sbruno
Date: Wed Mar 8 17:29:40 2017
New Revision: 314915
URL: https://svnweb.freebsd.org/changeset/base/314915
Log:
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 at nextbsd.org>
MFC after: 2 weeks
Sponsored by: Limelight Networks
Modified:
head/tools/tools/netmap/Makefile
Modified: head/tools/tools/netmap/Makefile
==============================================================================
--- head/tools/tools/netmap/Makefile Wed Mar 8 14:52:03 2017 (r314914)
+++ head/tools/tools/netmap/Makefile Wed Mar 8 17:29:40 2017 (r314915)
@@ -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
More information about the svn-src-all
mailing list