forked from pool/libvirt
30 lines
839 B
Diff
30 lines
839 B
Diff
|
commit 8687eba5ca9a78b3a74a7c4e162d80633b8d877b
|
||
|
Author: Ján Tomko <jtomko@redhat.com>
|
||
|
Date: Mon Aug 13 13:40:02 2018 +0200
|
||
|
|
||
|
Revert "build: remove references to WITH_YAJL for SETUID_RPC_CLIENT"
|
||
|
|
||
|
This reverts commit 1caf8441604b58e4a89aa2c09975b8346928c52a.
|
||
|
|
||
|
Jansson cannot parse QEMU's quirky JSON.
|
||
|
Revert back to yajl.
|
||
|
|
||
|
https://bugzilla.redhat.com/show_bug.cgi?id=1614569
|
||
|
|
||
|
Signed-off-by: Ján Tomko <jtomko@redhat.com>
|
||
|
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
|
||
|
|
||
|
Index: libvirt-4.6.0/config-post.h
|
||
|
===================================================================
|
||
|
--- libvirt-4.6.0.orig/config-post.h
|
||
|
+++ libvirt-4.6.0/config-post.h
|
||
|
@@ -44,6 +44,8 @@
|
||
|
# undef WITH_SSH2
|
||
|
# undef WITH_SYSTEMD_DAEMON
|
||
|
# undef WITH_VIRTUALPORT
|
||
|
+# undef WITH_YAJL
|
||
|
+# undef WITH_YAJL2
|
||
|
#endif
|
||
|
|
||
|
/*
|