From e47f8265a5b2e53701445f5d8577ef3728fa37ae Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 29 May 2012 16:54:55 +0000 Subject: [PATCH] link against xmlrpc-c libs --- daemon/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/Makefile b/daemon/Makefile index 37cc9a2f2..b4aa39bcd 100644 --- a/daemon/Makefile +++ b/daemon/Makefile @@ -17,6 +17,7 @@ CFLAGS+= -O2 endif LDFLAGS= `pkg-config --libs glib-2.0` `pcre-config --libs` +LDFLAGS+= `xmlrpc-c-config client --libs` ifeq ($(REDIS),yes) LDFLAGS+= -lhiredis -luuid