Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 16:34:13 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r291491 - head/rescue/rescue
Message-ID:  <201511301634.tAUGYDtC080197@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511301634.tAUGYDtC080197>