4 liblzma2 in Debian is not ABI-compatible with upstream's library and
5 is not likely to be ABI-compatible with liblzma from other
8 * The lzma_stream, lzma_stream_flags, and lzma_options_lzma
9 structures are not layout-compatible with upstream. The versions
10 in Debian have fewer fields reserved for future expansion.
12 * The lzma_chunk_size() function is present but useless in Debian.
13 It has been removed upstream.
15 * The library soname is liblzma.so.2 in Debian, liblzma.so.5
18 To use binaries pre-built for other distributions, you can install a
21 apt-get build-dep xz-utils
22 apt-get source --download-only xz-utils
23 tar -xf xz-utils_*.orig.tar.gz
26 ./configure --prefix=/usr/local --disable-xz --disable-xzdec \
27 --disable-lzmadec --disable-lzmainfo --disable-lzma-links \
31 -- Jonathan Nieder <jrnieder@gmail.com> Mon, 25 Oct 2010 03:43:34 -0500