[libvirt] [PATCH 7/9] build: link setuid_rpc_client against JSON_LIBS

Ján Tomko jtomko at redhat.com
Wed Mar 28 23:09:56 UTC 2018


I have no idea how it builds without and switching to Jansson
exposes this.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 src/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index fd09bfd17..2d2805818 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -743,6 +743,7 @@ libvirt_setuid_rpc_client_la_LDFLAGS = \
 		$(AM_LDFLAGS) \
 		$(LIBXML_LIBS) \
 		$(SECDRIVER_LIBS) \
+		$(JSON_LIBS) \
 		$(NULL)
 libvirt_setuid_rpc_client_la_CFLAGS = \
 		-DLIBVIRT_SETUID_RPC_CLIENT \
-- 
2.16.1




More information about the libvir-list mailing list