LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Keith Owens <kaos@ocs.com.au>
To: pcg@goof.com ( Marc A. Lehmann )
Cc: linux-kernel@vger.kernel.org
Subject: Re: zisofs doesn't compile in 2.4.10-ac7
Date: Mon, 08 Oct 2001 00:39:25 +1000 [thread overview]
Message-ID: <25078.1002465565@ocs3.intra.ocs.com.au> (raw)
In-Reply-To: Your message of "Sun, 07 Oct 2001 15:43:24 +0200." <20011007154324.A4991@schmorp.de>
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
next prev parent reply other threads:[~2001-10-07 14:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-10-07 13:43 Lehmann
2001-10-07 14:11 ` Christoph Hellwig
2001-10-08 5:53 ` Keith Owens
2001-10-08 6:22 ` Keith Owens
2001-10-07 14:39 ` Keith Owens [this message]
2001-10-08 15:32 ` David Woodhouse
2001-10-08 21:59 ` H. Peter Anvin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25078.1002465565@ocs3.intra.ocs.com.au \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=pcg@goof.com \
--subject='Re: zisofs doesn'\''t compile in 2.4.10-ac7' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).