[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1235410733-4193-1-git-send-email-kzak@redhat.com>
Date: Mon, 23 Feb 2009 18:38:51 +0100
From: Karel Zak <kzak@...hat.com>
To: linux-ext4@...r.kernel.org
Cc: "Theodore Ts'o" <tytso@....edu>
Subject: uti-linux-ng libblkid
Hi Ted,
here are two patches that allow to link utils from e2fsprogs with
external libblkid (e.g. the version from util-linux-ng).
Note that the patches don't include *generated* stuff from the configure
script.
Changes:
- add --disable-libblkid
- don't build & install blkid(8) and findfs(8)
Note that I'm not sure of your opinion about "#include blkid.h". The
code in e2fsprogs mix "blkid/blkid.h" and "blkid.h" (and somewhere it
depends on #ifdef :-). I think the best would be to remove the directory
and use "-Ilib/blkid" (for private libblkid) or CFLAGS from pkg-config
(for external libblkid). Anyway the code compiles with the current
"#include" directives, so I didn't touch this stuff.
Karel
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists