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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to