On Sun, 30 Jun 2002 12:58:15 +0100, Jak <[EMAIL PROTECTED]> wrote: > seems kbuild-2.5 is not exporting syms for zlib_inflate/deflate in 2.5.24
Apply after common-2.5.24-1. diff -ur /build/kaos/2.5.24-kbuild-2.5/lib/Makefile.in /build/kaos/2.5.24-kbuild-2.5.new/lib/Makefile.in --- /build/kaos/2.5.24-kbuild-2.5/lib/Makefile.in Mon Jul 1 12:55:46 2002 +++ /build/kaos/2.5.24-kbuild-2.5.new/lib/Makefile.in Mon Jul 1 12:42:35 2002 @@ -10,8 +10,7 @@ select(CONFIG_CRC32 crc32.o) -objlink(CONFIG_ZLIB_INFLATE lib.a zlib_inflate/zlib_inflate.o) -objlink(CONFIG_ZLIB_DEFLATE lib.a zlib_deflate/zlib_deflate.o) +link_subdirs(zlib_inflate zlib_deflate) select(lib.a) diff -ur /build/kaos/2.5.24-kbuild-2.5/lib/zlib_deflate/Makefile.in /build/kaos/2.5.24-kbuild-2.5.new/lib/zlib_deflate/Makefile.in --- /build/kaos/2.5.24-kbuild-2.5/lib/zlib_deflate/Makefile.in Mon Jul 1 12:55:46 2002 +++ /build/kaos/2.5.24-kbuild-2.5.new/lib/zlib_deflate/Makefile.in Mon Jul 1 +12:43:24 2002 @@ -8,4 +8,4 @@ expsyms(deflate_syms.o) objlink(zlib_deflate.o deflate.o deftree.o deflate_syms.o) -# No select, see lib/Makefile.in - CONFIG_ZLIB_DEFLATE +select(CONFIG_ZLIB_DEFLATE zlib_deflate.o) diff -ur /build/kaos/2.5.24-kbuild-2.5/lib/zlib_inflate/Makefile.in /build/kaos/2.5.24-kbuild-2.5.new/lib/zlib_inflate/Makefile.in --- /build/kaos/2.5.24-kbuild-2.5/lib/zlib_inflate/Makefile.in Mon Jul 1 12:55:46 2002 +++ /build/kaos/2.5.24-kbuild-2.5.new/lib/zlib_inflate/Makefile.in Mon Jul 1 +12:43:53 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) -# No select, see lib/Makefile.in - CONFIG_ZLIB_INFLATE +select(CONFIG_ZLIB_INFLATE zlib_inflate.o) ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ kbuild-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/kbuild-devel