Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7856a16e authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

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: default avatarH. Peter Anvin <hpa@zytor.com>
parent c8531ab3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ config LZO_DECOMPRESS
# ZLIB_INFLATE; DECOMPRESS_GZIP is just a wrapper.)
#
config DECOMPRESS_GZIP
	select ZLIB_INFLATE
	tristate

config DECOMPRESS_BZIP2