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

From: Sebastian Droege (sebastian.droege@gmx.de)
Date: Fri Apr 26 2002 - 11:31:26 EST


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)


-
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/



This archive was generated by hypermail 2b29 : Tue Apr 30 2002 - 22:00:13 EST