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>
This commit is contained in:
parent
226dd6db47
commit
5a79fd8574
@ -20,6 +20,7 @@ CRUNCH_LIBS+= -ldevstat -lncursesw -lncurses -lmemstat -lkvm -lelf
|
|||||||
CRUNCH_PROGS_usr.bin+= cpio
|
CRUNCH_PROGS_usr.bin+= cpio
|
||||||
# XXX SSL ?
|
# XXX SSL ?
|
||||||
CRUNCH_LIBS+= -larchive -lbz2 -lz -llzma -lbsdxml -lssl -lcrypto
|
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
|
# Clear requires tput, and it's a shell script so it won't be crunched
|
||||||
CRUNCH_PROGS_usr.bin+= tput
|
CRUNCH_PROGS_usr.bin+= tput
|
||||||
|
Loading…
x
Reference in New Issue
Block a user