Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Mar 2017 17:29:40 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314915 - head/tools/tools/netmap
Message-ID:  <201703081729.v28HTekF062971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703081729.v28HTekF062971>