From 7b3286c189638f983ce419a9451c0854783bdeb5 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Mon, 21 Sep 2020 19:50:39 +0000 Subject: [PATCH] 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. --- tools/bsdbox/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bsdbox/Makefile b/tools/bsdbox/Makefile index e4c1e35b7d48..ce40eb8b75a2 100644 --- a/tools/bsdbox/Makefile +++ b/tools/bsdbox/Makefile @@ -74,6 +74,7 @@ CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec # 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