From: Ján Tomko Date: Mon, 13 Aug 2018 11:40:02 +0000 (+0200) Subject: Revert "build: remove references to WITH_YAJL for SETUID_RPC_CLIENT" X-Git-Tag: v4.7.0-rc1~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8687eba5ca9a78b3a74a7c4e162d80633b8d877b;p=thirdparty%2Flibvirt.git 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 Reviewed-by: Daniel P. Berrangé --- diff --git a/config-post.h b/config-post.h index 05672121f0..24117bbbd4 100644 --- a/config-post.h +++ b/config-post.h @@ -44,6 +44,8 @@ # undef WITH_SSH2 # undef WITH_SYSTEMD_DAEMON # undef WITH_VIRTUALPORT +# undef WITH_YAJL +# undef WITH_YAJL2 #endif /*