From 56f16b42c93af18fbb984e8d6384c03e5405e3ae Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Tue, 18 Nov 2003 21:37:52 +0000 Subject: tar -Z, uncompress support --- archival/libunarchive/Makefile.in | 1 + archival/libunarchive/decompress_uncompress.c | 5 ----- archival/libunarchive/uncompress.c | 5 ----- 3 files changed, 1 insertion(+), 10 deletions(-) (limited to 'archival/libunarchive') diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index d449c19..14ceea1 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -73,6 +73,7 @@ LIBUNARCHIVE-$(CONFIG_RPM) += $(GUNZIP_FILES) get_header_cpio.o LIBUNARCHIVE-$(CONFIG_TAR) += get_header_tar.o LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_BZIP2) += decompress_bunzip2.o get_header_tar_bz2.o LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_GZIP) += $(GUNZIP_FILES) get_header_tar_gz.o +LIBUNARCHIVE-$(CONFIG_FEATURE_TAR_COMPRESS) += uncompress.o LIBUNARCHIVE-$(CONFIG_UNCOMPRESS) += uncompress.o LIBUNARCHIVE-$(CONFIG_UNZIP) += $(GUNZIP_FILES) diff --git a/archival/libunarchive/decompress_uncompress.c b/archival/libunarchive/decompress_uncompress.c index 9851ca3..5046e8a 100644 --- a/archival/libunarchive/decompress_uncompress.c +++ b/archival/libunarchive/decompress_uncompress.c @@ -1,8 +1,6 @@ #include "config.h" #include "libbb.h" -#if defined CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS - /* uncompress for busybox -- (c) 2002 Robert Griebl * * based on the original compress42.c source @@ -293,6 +291,3 @@ extern int uncompress(int fd_in, int fd_out) return 0; } - - -#endif diff --git a/archival/libunarchive/uncompress.c b/archival/libunarchive/uncompress.c index 9851ca3..5046e8a 100644 --- a/archival/libunarchive/uncompress.c +++ b/archival/libunarchive/uncompress.c @@ -1,8 +1,6 @@ #include "config.h" #include "libbb.h" -#if defined CONFIG_UNCOMPRESS || defined CONFIG_FEATURE_GUNZIP_UNCOMPRESS - /* uncompress for busybox -- (c) 2002 Robert Griebl * * based on the original compress42.c source @@ -293,6 +291,3 @@ extern int uncompress(int fd_in, int fd_out) return 0; } - - -#endif -- cgit v1.1