Add zstd to the rescue binary
Having zstd might be useful in rescue to be able to access to log files compressed by zstandard Suggested by: ian
This commit is contained in:
parent
18a036c896
commit
f5d8002daa
@ -194,6 +194,10 @@ CRUNCH_ALIAS_less= more
|
|||||||
CRUNCH_PROGS_usr.bin+= xz
|
CRUNCH_PROGS_usr.bin+= xz
|
||||||
CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
|
CRUNCH_ALIAS_xz= unxz lzma unlzma xzcat lzcat
|
||||||
|
|
||||||
|
CRUNCH_PROGS_usr.bin+= zstd
|
||||||
|
CRUNCH_ALIAS_zstd= unzstd zstdcat zstdmt
|
||||||
|
CRUNCH_LIBS+= -lprivatezstd
|
||||||
|
|
||||||
CRUNCH_PROGS_usr.bin+= tar
|
CRUNCH_PROGS_usr.bin+= tar
|
||||||
CRUNCH_LIBS+= -larchive
|
CRUNCH_LIBS+= -larchive
|
||||||
.if ${MK_OPENSSL} != "no"
|
.if ${MK_OPENSSL} != "no"
|
||||||
|
Loading…
Reference in New Issue
Block a user