svn commit: r358237 - head/tools/bsdbox

Kyle Evans kevans at FreeBSD.org
Sat Feb 22 04:02:08 UTC 2020


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


More information about the svn-src-head mailing list