[tip:core/percpu] bzip2/lzma: DECOMPRESS_GZIP should select ZLIB_INFLATE

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Commit-ID:  7856a16ea03ed9b17860d756ee6473c2e57882b2
Gitweb:     http://git.kernel.org/tip/7856a16ea03ed9b17860d756ee6473c2e57882b2
Author:     "H. Peter Anvin" <hpa@xxxxxxxxx>
AuthorDate: Wed, 7 Jan 2009 00:01:43 -0800
Commit:     H. Peter Anvin <hpa@xxxxxxxxx>
CommitDate: Wed, 7 Jan 2009 00:02:37 -0800

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@xxxxxxxxx>


---
 lib/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/Kconfig b/lib/Kconfig
index e37f061..daa4818 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -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
--
To unsubscribe from this list: send the line "unsubscribe linux-tip-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Stable Commits]     [Linux Stable Kernel]     [Linux Kernel]     [Linux USB Devel]     [Linux Video &Media]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux