From 605d3a0643b793e7e83251df27bc244bc18eda07 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 30 Nov 2015 16:34:13 +0000 Subject: [PATCH] Fix the build after ifconfig was converted over to lib80211 in r291470 Reported by: jenkins, O. Hartmann Pointyhat to: adrian --- rescue/rescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rescue/rescue/Makefile b/rescue/rescue/Makefile index 9b612d0a50e..de314df36ff 100644 --- a/rescue/rescue/Makefile +++ b/rescue/rescue/Makefile @@ -120,7 +120,7 @@ CRUNCH_PROGS_usr.sbin+= zdb # crunchgen does not like C++ programs; this should be fixed someday # CRUNCH_PROGS+= devd -CRUNCH_LIBS+= -lalias -lcam -lncursesw -ldevstat -lipsec -llzma +CRUNCH_LIBS+= -l80211 -lalias -lcam -lncursesw -ldevstat -lipsec -llzma .if ${MK_ZFS} != "no" CRUNCH_LIBS+= -lavl -lzpool -lzfs_core -lzfs -lnvpair -lpthread -luutil -lumem .else -- 2.45.0