From c301fccdab6fa8126c3585c37227f988996492f8 Mon Sep 17 00:00:00 2001 From: Yan Zheng Date: Thu, 9 Sep 2010 21:42:42 +0800 Subject: [PATCH] Fix undefined reference to symbol 'error_message' defination of error_message was moved into libcom_err.so Signed-off-by: Yan Zheng --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 525676e..5178343 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ quick-test: $(objects) quick-test.o gcc $(CFLAGS) -o quick-test $(objects) quick-test.o $(LDFLAGS) $(LIBS) convert: $(objects) convert.o - gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs $(LDFLAGS) $(LIBS) + gcc $(CFLAGS) -o btrfs-convert $(objects) convert.o -lext2fs -lcom_err $(LDFLAGS) $(LIBS) ioctl-test: $(objects) ioctl-test.o gcc $(CFLAGS) -o ioctl-test $(objects) ioctl-test.o $(LDFLAGS) $(LIBS) -- 2.7.4