mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-29 08:23:36 +08:00
busybox: 1.20.0 buildsys fix
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7d012ac969
commit
308e476a73
11
package/busybox/busybox-1.20.0/busybox-1.20.0-buildsys.patch
Normal file
11
package/busybox/busybox-1.20.0/busybox-1.20.0-buildsys.patch
Normal file
@ -0,0 +1,11 @@
|
||||
--- busybox-1.20.0/archival/libarchive/Kbuild.src
|
||||
+++ busybox-1.20.0-buildsys/archival/libarchive/Kbuild.src
|
||||
@@ -60,7 +60,7 @@ lib-$(CONFIG_FEATURE_SEAMLESS_GZ)
|
||||
lib-$(CONFIG_FEATURE_SEAMLESS_BZ2) += open_transformer.o decompress_bunzip2.o
|
||||
lib-$(CONFIG_FEATURE_SEAMLESS_LZMA) += open_transformer.o decompress_unlzma.o
|
||||
lib-$(CONFIG_FEATURE_SEAMLESS_XZ) += open_transformer.o decompress_unxz.o
|
||||
-lib-$(CONFIG_FEATURE_COMPRESS_USAGE) += decompress_bunzip2.o
|
||||
+lib-$(CONFIG_FEATURE_COMPRESS_USAGE) += open_transformer.o decompress_bunzip2.o
|
||||
lib-$(CONFIG_FEATURE_COMPRESS_BBCONFIG) += decompress_bunzip2.o
|
||||
lib-$(CONFIG_FEATURE_TAR_TO_COMMAND) += data_extract_to_command.o
|
||||
|
Loading…
Reference in New Issue
Block a user