Author: ngie
Date: Mon Nov 30 16:34:13 2015
New Revision: 291491
URL: https://svnweb.freebsd.org/changeset/base/291491

Log:
  Fix the build after ifconfig was converted over to lib80211 in r291470
  
  Reported by: jenkins, O. Hartmann <[email protected]>
  Pointyhat to: adrian

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile Mon Nov 30 14:35:35 2015        (r291490)
+++ head/rescue/rescue/Makefile Mon Nov 30 16:34:13 2015        (r291491)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to