Re: Announce: Kernel Build for 2.5, Release 2.2 is available

Sebastian Droege (sebastian.droege@gmx.de)
Fri, 26 Apr 2002 18:31:26 +0200


--=.0+WRbBY(hkud(1
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Hi,
you've changed CONFIG_ZLIB_INFLATE and CONFIG_ZLIB_DEFLATE in the Makefile.in's
here's a patch (tested and works for me) ;)

Bye

--- linux-2.5.10/lib/zlib_inflate/Makefile.in~ Fri Apr 26 18:28:10 2002
+++ linux-2.5.10/lib/zlib_inflate/Makefile.in Fri Apr 26 18:22:55 2002
@@ -15,4 +15,4 @@

expsyms(inflate_syms.o)
objlink(zlib_inflate.o infblock.o infcodes.o inffast.o inflate.o inftrees.o infutil.o inflate_syms.o)
-select(CONFIG_ZLIB_DEFLATE zlib_inflate.o)
+select(CONFIG_ZLIB_INFLATE zlib_inflate.o)

--- linux-2.5.10/lib/zlib_deflate/Makefile.in~ Fri Apr 26 18:28:25 2002
+++ linux-2.5.10/lib/zlib_deflate/Makefile.in Fri Apr 26 18:22:46 2002
@@ -8,4 +8,4 @@

expsyms(deflate_syms.o)
objlink(zlib_deflate.o deflate.o deftree.o deflate_syms.o)
-select(CONFIG_ZLIB_INFLATE zlib_deflate.o)
+select(CONFIG_ZLIB_DEFLATE zlib_deflate.o)
--=.0+WRbBY(hkud(1
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)

iD8DBQE8yYDje9FFpVVDScsRAi2hAJ9xsz7UpD11pOMpr+3TnN0so266mwCfXOLK
uCQEnmWvnKl3vbzDBzNaa84=
=x2RL
-----END PGP SIGNATURE-----

--=.0+WRbBY(hkud(1--

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/