[sheepdog] [PATCH] sheepfs: fix complie error when http isn't enabled

Hitoshi Mitake mitake.hitoshi at gmail.com
Tue Jan 28 07:02:02 CET 2014


At Tue, 28 Jan 2014 11:13:34 +0800,
Liu Yuan wrote:
> 
> 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(-)

Looks good to me.
Reviewed-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>

Thanks,
Hitoshi

> 
> 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
> 
> -- 
> sheepdog mailing list
> sheepdog at lists.wpkg.org
> http://lists.wpkg.org/mailman/listinfo/sheepdog



More information about the sheepdog mailing list