[sheepdog] [PATCH] sheepfs: fix complie error when http isn't enabled
Liu Yuan
namei.unix at gmail.com
Tue Jan 28 04:13:34 CET 2014
Forgot to remove -lcurl in my last patch, remove it.
Signed-off-by: Liu Yuan <namei.unix at gmail.com>
---
sheepfs/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sheepfs/Makefile.am b/sheepfs/Makefile.am
index 3391d3c..6026513 100644
--- a/sheepfs/Makefile.am
+++ b/sheepfs/Makefile.am
@@ -30,7 +30,7 @@ if BUILD_HTTP
sheepfs_SOURCES += http.c
endif
-sheepfs_LDADD = ../lib/libsheepdog.a $(fuse_LIBS) $(LIBS) -lpthread -lcurl
+sheepfs_LDADD = ../lib/libsheepdog.a $(fuse_LIBS) $(LIBS) -lpthread
if BUILD_HTTP
sheepfs_LDADD += -lcurl
--
1.8.1.2
More information about the sheepdog
mailing list