summaryrefslogtreecommitdiffstats
path: root/usr.bin/xz
diff options
context:
space:
mode:
authorrpaulo <rpaulo@FreeBSD.org>2015-02-09 06:20:34 +0000
committerrpaulo <rpaulo@FreeBSD.org>2015-02-09 06:20:34 +0000
commit5c135511438bd7d3cfd1573f341fe8323603e2da (patch)
tree3f25b66f5b10f61bdad6d2e1065d6babc4b9bc85 /usr.bin/xz
parent0e8f15c1955b01cf082fe6bc42d4376daeac3f73 (diff)
parent82958f097ff3e2aaf6e956f5bb76ec6cd7225ab2 (diff)
downloadFreeBSD-src-5c135511438bd7d3cfd1573f341fe8323603e2da.zip
FreeBSD-src-5c135511438bd7d3cfd1573f341fe8323603e2da.tar.gz
Merge xz 5.2.0.
This brings support for multi-threaded compression. This brings close N times faster compression where N is the number of CPU cores. Because of this, liblzma now depends on libthr. Soon libarchive will be modified to use the new lzma API. Thanks to antoine@ for the exp-run. Differential Revision: https://reviews.freebsd.org/D1786 Reviewed by: bapt
Diffstat (limited to 'usr.bin/xz')
-rw-r--r--usr.bin/xz/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xz/Makefile b/usr.bin/xz/Makefile
index e2eaca5..7894174 100644
--- a/usr.bin/xz/Makefile
+++ b/usr.bin/xz/Makefile
@@ -22,6 +22,7 @@ SRCS= args.c \
list.c \
main.c \
message.c \
+ mytime.c \
options.c \
signals.c \
suffix.c \
OpenPOWER on IntegriCloud