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.
This commit is contained in:
parent
335770ac08
commit
7b3286c189
@ -74,6 +74,7 @@ CRUNCH_LIBS+= -l80211 -lalias -lcam -lcursesw -ldevstat -lipsec
|
|||||||
# Don't forget this - ifconfig, etc -adrian
|
# Don't forget this - ifconfig, etc -adrian
|
||||||
CRUNCH_LIBS+= ${LDADD_ifconfig}
|
CRUNCH_LIBS+= ${LDADD_ifconfig}
|
||||||
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
|
CRUNCH_LIBS+= -lgeom -lbsdxml -ljail -lkiconv -lmd -lsbuf -lufs
|
||||||
|
CRUNCH_BUILDOPTS+= CRUNCH_CFLAGS+=-I${OBJTOP}/lib/libifconfig
|
||||||
|
|
||||||
##################################################################
|
##################################################################
|
||||||
# Programs from stock /usr/bin
|
# Programs from stock /usr/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user