Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Sep 2020 19:50:40 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r365972 - head/tools/bsdbox
Message-ID:  <202009211950.08LJoejJ056570@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Mon Sep 21 19:50:39 2020
New Revision: 365972
URL: https://svnweb.freebsd.org/changeset/base/365972

Log:
  bsdbox: fix build after recent libifconfig changes
  
  libifconfig now generates file(s) into its .OBJDIR that are essential to the
  build. Make sure we -I that in, like we already do in the ^/rescue build.

Modified:
  head/tools/bsdbox/Makefile

Modified: head/tools/bsdbox/Makefile
==============================================================================
--- head/tools/bsdbox/Makefile	Mon Sep 21 19:25:41 2020	(r365971)
+++ head/tools/bsdbox/Makefile	Mon Sep 21 19:50:39 2020	(r365972)
@@ -74,6 +74,7 @@ CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevsta
 # Don't forget this - ifconfig, etc -adrian
 CRUNCH_LIBS+= ${LDADD_ifconfig}
 CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
+CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
 
 ##################################################################
 # Programs from stock /usr/bin



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