Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2015 20:31:36 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292164 - head/tools/bsdbox
Message-ID:  <201512132031.tBDKVajo072161@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sun Dec 13 20:31:36 2015
New Revision: 292164
URL: https://svnweb.freebsd.org/changeset/base/292164

Log:
  Fix bsdbox builds after the recent libkvm requirement for libelf.

Modified:
  head/tools/bsdbox/Makefile.base

Modified: head/tools/bsdbox/Makefile.base
==============================================================================
--- head/tools/bsdbox/Makefile.base	Sun Dec 13 16:37:01 2015	(r292163)
+++ head/tools/bsdbox/Makefile.base	Sun Dec 13 20:31:36 2015	(r292164)
@@ -14,7 +14,7 @@ CRUNCH_ALIAS_tset=	reset
 
 CRUNCH_PROGS_usr.bin+=	vmstat
 #CRUNCH_PROGS_user.bin+=	systat
-CRUNCH_LIBS+=		-ldevstat -lncursesw -lncurses -lmemstat -lkvm
+CRUNCH_LIBS+=		-ldevstat -lncursesw -lncurses -lmemstat -lkvm -lelf
 
 # CRUNCH_PROGS_usr.bin+=	tar
 CRUNCH_PROGS_usr.bin+=	cpio



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