
31 Mar
2018
31 Mar
'18
11:05 a.m.
On Thu, Mar 29, 2018 at 01:09:56 +0200, Ján Tomko wrote:
I have no idea how it builds without and switching to Jansson exposes this.
Signed-off-by: Ján Tomko <jtomko@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) \
Hmmm, isn't the setuid client supposed to be very minimal, and thus should not have dependencies on most libraries? Danpb (cc'd) might add some insight.