wok-stable diff linux/stuff/linux-squashfs-lzma-2.6.34.u @ rev 12465

Up e2fsprogs (1.44.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 04 18:42:23 2019 +0100 (2019-03-04)
parents 0c80e5eb512d
children
line diff
     1.1 --- a/linux/stuff/linux-squashfs-lzma-2.6.34.u	Sat Jun 05 13:07:53 2010 +0200
     1.2 +++ b/linux/stuff/linux-squashfs-lzma-2.6.34.u	Mon Mar 04 18:42:23 2019 +0100
     1.3 @@ -635,3 +635,15 @@
     1.4  +/* lzma wrapper.c */
     1.5  +extern const struct squashfs_decompressor squashfs_lzma_comp_ops;
     1.6  
     1.7 +--- linux-2.6.34/lib/Makefile
     1.8 ++++ linux-2.6.34/lib/Makefile
     1.9 +@@ -69,7 +69,7 @@ obj-$(CONFIG_LZO_DECOMPRESS) += lzo/
    1.10 + 
    1.11 + lib-$(CONFIG_DECOMPRESS_GZIP) += decompress_inflate.o
    1.12 + lib-$(CONFIG_DECOMPRESS_BZIP2) += decompress_bunzip2.o
    1.13 +-lib-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o
    1.14 ++obj-$(CONFIG_DECOMPRESS_LZMA) += decompress_unlzma.o
    1.15 + lib-$(CONFIG_DECOMPRESS_LZO) += decompress_unlzo.o
    1.16 + 
    1.17 + obj-$(CONFIG_TEXTSEARCH) += textsearch.o
    1.18 +