summaryrefslogtreecommitdiff
path: root/dpkg-deb
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2012-06-07 10:55:59 +0200
committerGuillem Jover <guillem@debian.org>2012-06-08 07:52:46 +0200
commit7180e8e3e8583fe101b9d1883bad3a5b3af650aa (patch)
tree2f73e93912c6de06ce11edf240beec1a642e3e70 /dpkg-deb
parent137a40cbdd4767d0f1864237d59fb8cd6581af63 (diff)
downloaddpkg-7180e8e3e8583fe101b9d1883bad3a5b3af650aa.tar.gz
libdpkg: Add liblzma compression support
Use liblzma if available instead of external commands to handle .xz and .lzma compressed files. Among other things, this means the xz-utils package no longer has to be part of the base system. Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Guillem Jover <guillem@debian.org>
Diffstat (limited to 'dpkg-deb')
-rw-r--r--dpkg-deb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/dpkg-deb/Makefile.am b/dpkg-deb/Makefile.am
index 6f118cf2e..6b66d3eb0 100644
--- a/dpkg-deb/Makefile.am
+++ b/dpkg-deb/Makefile.am
@@ -22,4 +22,5 @@ dpkg_deb_LDADD = \
../lib/compat/libcompat.a \
$(LIBINTL) \
$(ZLIB_LIBS) \
+ $(LIBLZMA_LIBS) \
$(BZ2_LIBS)