Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 2020 04:02:08 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358237 - head/tools/bsdbox
Message-ID:  <202002220402.01M42807025151@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Sat Feb 22 04:02:07 2020
New Revision: 358237
URL: https://svnweb.freebsd.org/changeset/base/358237

Log:
  bsdbox: fix build
  
  We've grown to also require libthr and libprivatestd to be explicitly linked
  in here, so do this now to fix freebsd-wifi-build.
  
  Submitted by:	Pavel Timofeev <timp87 gmail com>

Modified:
  head/tools/bsdbox/Makefile.base

Modified: head/tools/bsdbox/Makefile.base
==============================================================================
--- head/tools/bsdbox/Makefile.base	Sat Feb 22 03:44:10 2020	(r358236)
+++ head/tools/bsdbox/Makefile.base	Sat Feb 22 04:02:07 2020	(r358237)
@@ -20,6 +20,7 @@ CRUNCH_LIBS+=		-ldevstat -lncursesw -lncurses -lmemsta
 CRUNCH_PROGS_usr.bin+=	cpio
 # XXX SSL ?
 CRUNCH_LIBS+=		-larchive -lbz2 -lz -llzma -lbsdxml -lssl -lcrypto
+CRUNCH_LIBS+=		-lprivatezstd -lthr
 
 # Clear requires tput, and it's a shell script so it won't be crunched
 CRUNCH_PROGS_usr.bin+=	tput



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