Messages in this thread Patch in this message |  | | From | Keith Owens <> | Date | Mon, 08 Oct 2001 00:39:25 +1000 |
| |
On Sun, 7 Oct 2001 15:43:24 +0200, <pcg( Marc)@goof(A.).(Lehmann )com> wrote: >In file included from uncompress.c:21: >/localvol/usr/src/linux-2.4/include/linux/zlib_fs.h:34:19: zconf.h: No such file or directory
Against 2.4.10-ac7.
Index: 10.37/fs/cramfs/Makefile --- 10.37/fs/cramfs/Makefile Sat, 22 Sep 2001 14:41:20 +1000 kaos (linux-2.4/h/b/0_Makefile 1.2 644) +++ 10.37(w)/fs/cramfs/Makefile Mon, 08 Oct 2001 00:10:13 +1000 kaos (linux-2.4/h/b/0_Makefile 1.2 644) @@ -8,4 +8,6 @@ obj-y := inode.o uncompress.o obj-m := $(O_TARGET) +CFLAGS_uncompress.o := -I $(TOPDIR)/fs/inflate_fs + include $(TOPDIR)/Rules.make Index: 10.37/fs/isofs/Makefile --- 10.37/fs/isofs/Makefile Sat, 22 Sep 2001 14:41:20 +1000 kaos (linux-2.4/o/b/29_Makefile 1.2 644) +++ 10.37(w)/fs/isofs/Makefile Mon, 08 Oct 2001 00:14:56 +1000 kaos (linux-2.4/o/b/29_Makefile 1.2 644) @@ -15,4 +15,6 @@ obj-$(CONFIG_ZISOFS) += compress.o obj-m := $(O_TARGET) +CFLAGS_compress.o := -I $(TOPDIR)/fs/inflate_fs + include $(TOPDIR)/Rules.make Index: 10.37/fs/inflate_fs/Makefile --- 10.37/fs/inflate_fs/Makefile Sat, 22 Sep 2001 14:41:20 +1000 kaos (linux-2.4/p/f/9_Makefile 1.1 644) +++ 10.37(w)/fs/inflate_fs/Makefile Mon, 08 Oct 2001 00:23:44 +1000 kaos (linux-2.4/p/f/9_Makefile 1.1 644) @@ -28,4 +28,6 @@ obj-y := adler32.o infblock.o infcodes.o inftrees.o infutil.o obj-m := $(O_TARGET) +EXTRA_CFLAGS += -I $(TOPDIR)/fs/inflate_fs + include $(TOPDIR)/Rules.make - 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/
|  |