Re: [PATCH] ubifs: Add missing dependency on GZIP

2022-06-07 Thread Tom Rini
On Mon, May 23, 2022 at 10:50:36PM +0200, Pali Rohár wrote: > GZIP option can be manually de-selected when UBIFS is enabled. This cause > following compile error because ubifs calls gzip functions. > > /tmp/ccxVrh2c.ltrans1.ltrans.o: in function `gzip_decompress.lto_priv.566': > :(.text+0x768

[PATCH] ubifs: Add missing dependency on GZIP

2022-05-23 Thread Pali Rohár
GZIP option can be manually de-selected when UBIFS is enabled. This cause following compile error because ubifs calls gzip functions. /tmp/ccxVrh2c.ltrans1.ltrans.o: in function `gzip_decompress.lto_priv.566': :(.text+0x768): undefined reference to `zunzip' collect2: error: ld returned 1 exi