From a3afd05ce42b449dbd1b834fa888ff0a0231aad2 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Wed, 8 Mar 2017 17:29:40 +0000 Subject: [PATCH] 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 MFC after: 2 weeks Sponsored by: Limelight Networks --- tools/tools/netmap/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/tools/netmap/Makefile b/tools/tools/netmap/Makefile index 8daf59ff8ba..2b63fc8b316 100644 --- a/tools/tools/netmap/Makefile +++ b/tools/tools/netmap/Makefile @@ -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