[git commit] build system: fix build failure when only gunzip is selected
Denys Vlasenko
vda.linux at googlemail.com
Sun May 20 10:56:17 UTC 2012
commit: http://git.busybox.net/busybox/commit/?id=6e9284db78ddfe8d7dcf3775aed78665099f827f
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Anthony G. Basile <blueness at gentoo.org>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
archival/libarchive/Kbuild.src | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/archival/libarchive/Kbuild.src b/archival/libarchive/Kbuild.src
index e2134be..58457fc 100644
--- a/archival/libarchive/Kbuild.src
+++ b/archival/libarchive/Kbuild.src
@@ -45,7 +45,7 @@ lib-$(CONFIG_UNXZ) += decompress_unxz.o
lib-$(CONFIG_CPIO) += get_header_cpio.o
lib-$(CONFIG_DPKG) += $(DPKG_FILES)
lib-$(CONFIG_DPKG_DEB) += $(DPKG_FILES)
-lib-$(CONFIG_GUNZIP) += decompress_gunzip.o
+lib-$(CONFIG_GUNZIP) += open_transformer.o decompress_gunzip.o
lib-$(CONFIG_RPM2CPIO) += decompress_gunzip.o get_header_cpio.o
lib-$(CONFIG_RPM) += open_transformer.o decompress_gunzip.o get_header_cpio.o
lib-$(CONFIG_TAR) += get_header_tar.o
More information about the busybox-cvs
mailing list