diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 02:42:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-01 13:01:04 +0100 |
commit | c2f3655842f5e9872631fbf0a4d0339baa44dc63 (patch) | |
tree | 17c59b67bf55ce60877acaea1400b85ccd6a290b /archival | |
parent | 05069b4682d70b9c8d3220db646d07ffc4052549 (diff) | |
download | busybox-w32-c2f3655842f5e9872631fbf0a4d0339baa44dc63.tar.gz busybox-w32-c2f3655842f5e9872631fbf0a4d0339baa44dc63.tar.bz2 busybox-w32-c2f3655842f5e9872631fbf0a4d0339baa44dc63.zip |
fix breakage found by mass one-applet builds
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival')
-rw-r--r-- | archival/bbunzip.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index d5db4627f..60a837e22 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -9,8 +9,12 @@ | |||
9 | 9 | ||
10 | /* lzop_main() uses bbunpack(), need this: */ | 10 | /* lzop_main() uses bbunpack(), need this: */ |
11 | //kbuild:lib-$(CONFIG_LZOP) += bbunzip.o | 11 | //kbuild:lib-$(CONFIG_LZOP) += bbunzip.o |
12 | //kbuild:lib-$(CONFIG_LZOPCAT) += bbunzip.o | ||
13 | //kbuild:lib-$(CONFIG_UNLZOP) += bbunzip.o | ||
12 | /* bzip2_main() too: */ | 14 | /* bzip2_main() too: */ |
13 | //kbuild:lib-$(CONFIG_BZIP2) += bbunzip.o | 15 | //kbuild:lib-$(CONFIG_BZIP2) += bbunzip.o |
16 | /* gzip_main() too: */ | ||
17 | //kbuild:lib-$(CONFIG_GZIP) += bbunzip.o | ||
14 | 18 | ||
15 | /* Note: must be kept in sync with archival/lzop.c */ | 19 | /* Note: must be kept in sync with archival/lzop.c */ |
16 | enum { | 20 | enum { |