mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-07 22:42:04 +00:00
bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE
Impact: Partial resolution of build failure DECOMPRESS_GZIP is just a common-interface wrapper around the zlib_inflate code; it thus need to select it. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
This commit is contained in:
parent
c8531ab343
commit
7856a16ea0
@ -102,6 +102,7 @@ config LZO_DECOMPRESS
|
|||||||
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
|
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
|
||||||
#
|
#
|
||||||
config DECOMPRESS_GZIP
|
config DECOMPRESS_GZIP
|
||||||
|
select ZLIB_INFLATE
|
||||||
tristate
|
tristate
|
||||||
|
|
||||||
config DECOMPRESS_BZIP2
|
config DECOMPRESS_BZIP2
|
||||||
|
Loading…
Reference in New Issue
Block a user