[sheepdog] [PATCH stable-0.8 9/9] sheepfs: fix complie error when http isn't enabled

Hitoshi Mitake mitake.hitoshi at lab.ntt.co.jp
Thu Mar 6 08:12:44 CET 2014


From: Liu Yuan <namei.unix at gmail.com>

Forgot to remove -lcurl in my last patch, remove it.

Signed-off-by: Liu Yuan <namei.unix at gmail.com>
Signed-off-by: MORITA Kazutaka <morita.kazutaka at lab.ntt.co.jp>
---
 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.7.10.4




More information about the sheepdog mailing list