svn commit: r291491 - head/rescue/rescue

Garrett Cooper ngie at FreeBSD.org
Mon Nov 30 16:34:14 UTC 2015


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 <ohartman at zedat.fu-berlin.de>
  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


More information about the svn-src-head mailing list