Date: Sat, 6 May 2017 18:35:01 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r317885 - head/rescue/rescue Message-ID: <201705061835.v46IZ1uA091383@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat May 6 18:35:01 2017 New Revision: 317885 URL: https://svnweb.freebsd.org/changeset/base/317885 Log: 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 Modified: head/rescue/rescue/Makefile Modified: head/rescue/rescue/Makefile ============================================================================== --- head/rescue/rescue/Makefile Sat May 6 17:37:01 2017 (r317884) +++ head/rescue/rescue/Makefile Sat May 6 18:35:01 2017 (r317885) @@ -194,6 +194,10 @@ CRUNCH_ALIAS_less= more CRUNCH_PROGS_usr.bin+= xz 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_LIBS+= -larchive .if ${MK_OPENSSL} != "no"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705061835.v46IZ1uA091383>