From 5a79fd85740ea3dc30dbc59ce91219358a7fb92c Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sat, 22 Feb 2020 04:02:07 +0000 Subject: [PATCH] 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 --- tools/bsdbox/Makefile.base | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/bsdbox/Makefile.base b/tools/bsdbox/Makefile.base index 02749490551..aac44480e2c 100644 --- a/tools/bsdbox/Makefile.base +++ b/tools/bsdbox/Makefile.base @@ -20,6 +20,7 @@ CRUNCH_LIBS+= -ldevstat -lncursesw -lncurses -lmemstat -lkvm -lelf 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