linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: Restrict e2fsprogs version for new convert
@ 2016-04-14  6:24 Qu Wenruo
  2016-04-15 11:17 ` David Sterba
  0 siblings, 1 reply; 8+ messages in thread
From: Qu Wenruo @ 2016-04-14  6:24 UTC (permalink / raw)
  To: linux-btrfs

New btrfs-convert is using a lot of new macro in e2fsprogs 1.42.
Unfortunately the new compatible layer for older e2fsprogs is still
under development.

So restrict e2fsprogs version so far to avoid complier error.

Reported-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index fc343ea..05fdc32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -105,7 +105,7 @@ AS_IF([test "x$enable_convert" = xyes], [DISABLE_BTRFSCONVERT=0], [DISABLE_BTRFS
 AC_SUBST([DISABLE_BTRFSCONVERT])
 
 if test "x$enable_convert" = xyes; then
-	PKG_CHECK_MODULES(EXT2FS, [ext2fs])
+	PKG_CHECK_MODULES(EXT2FS, [ext2fs >= 1.42])
 	PKG_CHECK_MODULES(COM_ERR, [com_err])
 fi
 
-- 
2.8.0




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-05-09  1:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14  6:24 [PATCH] btrfs-progs: Restrict e2fsprogs version for new convert Qu Wenruo
2016-04-15 11:17 ` David Sterba
2016-04-18  1:20   ` Qu Wenruo
2016-04-25 14:55     ` David Sterba
2016-05-02 12:33       ` David Sterba
2016-05-03  0:59         ` Qu Wenruo
2016-05-06 15:03           ` David Sterba
2016-05-09  1:36             ` Qu Wenruo

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).