]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
enable lrzip support 28/head
authorgraysky <graysky@archlinux.us>
Wed, 3 Oct 2012 00:40:38 +0000 (20:40 -0400)
committergraysky <graysky@archlinux.us>
Wed, 3 Oct 2012 00:40:38 +0000 (20:40 -0400)
libarchive/archive_read_support_filter_all.c

index 733d8629843455d14501786d7f259e7a026ac54c..141895d1a94f782b52c595bb7a357a744aa3e689 100644 (file)
@@ -63,6 +63,8 @@ archive_read_support_filter_all(struct archive *a)
        archive_read_support_filter_uu(a);
        /* The decode code doesn't use an outside library. */
        archive_read_support_filter_rpm(a);
+       /* The decode code doesn't use an outside library. */
+  archive_read_support_filter_lrzip(a);
 
        /* Note: We always return ARCHIVE_OK here, even if some of the
         * above return ARCHIVE_WARN.  The intent here is to enable