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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to