aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xz
diff options
context:
space:
mode:
authorRui Paulo <rpaulo@FreeBSD.org>2015-02-09 06:20:34 +0000
committerRui Paulo <rpaulo@FreeBSD.org>2015-02-09 06:20:34 +0000
commit532000256b898d5d3b0067ffa328715d18f4776d (patch)
tree3f25b66f5b10f61bdad6d2e1065d6babc4b9bc85 /usr.bin/xz
parent10e99e605728c341e59f41255fc3dd326d647938 (diff)
parentd6a9376028870754d7d3de3f626c1deb6df81092 (diff)
downloadsrc-532000256b898d5d3b0067ffa328715d18f4776d.tar.gz
src-532000256b898d5d3b0067ffa328715d18f4776d.zip
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
Notes
Notes: svn path=/head/; revision=278433
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 e2eaca58fcf3..789417446cc0 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 \