diff options
-rw-r--r-- | archival/libarchive/Kbuild.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/libarchive/Kbuild.src b/archival/libarchive/Kbuild.src index 1c74250a2..1b1dabbf5 100644 --- a/archival/libarchive/Kbuild.src +++ b/archival/libarchive/Kbuild.src | |||
@@ -48,6 +48,7 @@ lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES) | |||
48 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o | 48 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o |
49 | lib-$(CONFIG_CPIO) += get_header_cpio.o | 49 | lib-$(CONFIG_CPIO) += get_header_cpio.o |
50 | lib-$(CONFIG_MAKE) += get_header_ar.o unpack_ar_archive.o | 50 | lib-$(CONFIG_MAKE) += get_header_ar.o unpack_ar_archive.o |
51 | lib-$(CONFIG_PDPMAKE) += get_header_ar.o unpack_ar_archive.o | ||
51 | lib-$(CONFIG_TAR) += get_header_tar.o unsafe_prefix.o | 52 | lib-$(CONFIG_TAR) += get_header_tar.o unsafe_prefix.o |
52 | lib-$(CONFIG_FEATURE_TAR_TO_COMMAND) += data_extract_to_command.o | 53 | lib-$(CONFIG_FEATURE_TAR_TO_COMMAND) += data_extract_to_command.o |
53 | lib-$(CONFIG_LZOP) += lzo1x_1.o lzo1x_1o.o lzo1x_d.o | 54 | lib-$(CONFIG_LZOP) += lzo1x_1.o lzo1x_1o.o lzo1x_d.o |