diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-05 21:37:12 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-07-05 21:37:12 +0200 |
commit | 9297dbc9d285e823af59c443e0123cb99577569a (patch) | |
tree | 134bb16eaaa4f0a7148aed3a78c7c797108e6568 /archival/libunarchive | |
parent | 08f0b784fd4351929090c877605762d664e70098 (diff) | |
download | busybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.tar.gz busybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.tar.bz2 busybox-w32-9297dbc9d285e823af59c443e0123cb99577569a.zip |
randomconfig fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/libunarchive')
-rw-r--r-- | archival/libunarchive/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libunarchive/Kbuild.src b/archival/libunarchive/Kbuild.src index 6ad1d7a65..a8549570e 100644 --- a/archival/libunarchive/Kbuild.src +++ b/archival/libunarchive/Kbuild.src | |||
@@ -38,6 +38,7 @@ INSERT | |||
38 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o | 38 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o |
39 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o | 39 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o |
40 | lib-$(CONFIG_UNLZMA) += decompress_unlzma.o | 40 | lib-$(CONFIG_UNLZMA) += decompress_unlzma.o |
41 | lib-$(CONFIG_UNXZ) += decompress_unxz.o | ||
41 | lib-$(CONFIG_CPIO) += get_header_cpio.o | 42 | lib-$(CONFIG_CPIO) += get_header_cpio.o |
42 | lib-$(CONFIG_DPKG) += $(DPKG_FILES) | 43 | lib-$(CONFIG_DPKG) += $(DPKG_FILES) |
43 | lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES) | 44 | lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES) |