]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement command-line fallbacks for gzip and bzip2 decompression as well.
authorTim Kientzle <kientzle@FreeBSD.org>
Fri, 17 Apr 2009 00:55:52 +0000 (00:55 +0000)
committerTim Kientzle <kientzle@FreeBSD.org>
Fri, 17 Apr 2009 00:55:52 +0000 (00:55 +0000)
commit06f39cd345eb77dcfaa05c430cde8808ffacd1ac
tree4255288ed98ea6e2cf54e92253ab99274a543593
parentc9f05bc8a1d213ca00614d14840f97caa80bc11e
Implement command-line fallbacks for gzip and bzip2 decompression as well.
Not an issue for FreeBSD, since the base system has the necessary libraries.
Since all decompressors are always available now, we can unconditionally
enable them in archive_read_support_compression_all().
lib/libarchive/archive_read_support_compression_all.c
lib/libarchive/archive_read_support_compression_bzip2.c
lib/libarchive/archive_read_support_compression_gzip.c