[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1207623660-1088-2-git-send-email-sandeen@redhat.com>
Date: Mon, 7 Apr 2008 22:00:56 -0500
From: Eric Sandeen <sandeen@...hat.com>
To: linux-ext4@...r.kernel.org
Cc: tytso@....edu, Eric Sandeen <sandeen@...hat.com>
Subject: [PATCH 1/5] Fix tst_extents build
tst_extents needs libdl & libuuid to build, for me
Signed-off-by: Eric Sandeen <sandeen@...hat.com>
---
lib/ext2fs/Makefile.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/ext2fs/Makefile.in b/lib/ext2fs/Makefile.in
index 4f49575..1ed3b07 100644
--- a/lib/ext2fs/Makefile.in
+++ b/lib/ext2fs/Makefile.in
@@ -312,7 +312,7 @@ tst_extents: $(srcdir)/extent.c extent_dbg.c $(DEBUG_OBJS) $(LIBSS) $(LIBE2P) $(
@$(CC) -o tst_extents $(srcdir)/extent.c extent_dbg.c \
$(ALL_CFLAGS) -DDEBUG $(DEBUG_OBJS) $(LIBSS) $(LIBE2P) \
$(LIBUUID) $(STATIC_LIBEXT2FS) $(LIBBLKID) $(LIBCOM_ERR) \
- -I $(top_srcdir)/debugfs
+ -I $(top_srcdir)/debugfs -ldl -luuid
tst_csum: tst_csum.c csum.c $(STATIC_LIBEXT2FS)
@echo " LD $@"
--
1.5.4.1
--
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