diff options
author | Glenn L McGrath | 2002-11-05 02:56:57 +0000 |
---|---|---|
committer | Glenn L McGrath | 2002-11-05 02:56:57 +0000 |
commit | 7f2a95319b640d8a40e370352cc4a8d8b8d63e0e (patch) | |
tree | 4a3208eb2fd77b946ccedaff5de898f877eb36cc /archival/libunarchive/Makefile.in | |
parent | 18bbca18acf229875f2bb60cc37c3e8c22d237bc (diff) | |
download | busybox-7f2a95319b640d8a40e370352cc4a8d8b8d63e0e.zip busybox-7f2a95319b640d8a40e370352cc4a8d8b8d63e0e.tar.gz |
Fail silently if a partial tar header is read as tar.bz2 is leaving trailing junk (not sure why), add some missing files
Diffstat (limited to 'archival/libunarchive/Makefile.in')
-rw-r--r-- | archival/libunarchive/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/Makefile.in b/archival/libunarchive/Makefile.in index 469004d..5675d09 100644 --- a/archival/libunarchive/Makefile.in +++ b/archival/libunarchive/Makefile.in @@ -36,6 +36,7 @@ LIBUNARCHIVE-y:= \ \ get_header_ar.o \ get_header_tar.o \ + get_header_tar_bz2.o \ get_header_tar_gz.o \ \ header_skip.o \ |