mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
39 lines
964 B
Diff
39 lines
964 B
Diff
|
From 6c3eae3158686bd184dc87e0febbe70a12602614 Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?J=C3=A1n=20Tomko?= <jtomko@redhat.com>
|
||
|
Date: Mon, 13 Aug 2018 13:40:02 +0200
|
||
|
Subject: [PATCH 12/16] Revert "build: remove references to WITH_YAJL for
|
||
|
SETUID_RPC_CLIENT"
|
||
|
MIME-Version: 1.0
|
||
|
Content-Type: text/plain; charset=UTF-8
|
||
|
Content-Transfer-Encoding: 8bit
|
||
|
|
||
|
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>
|
||
|
---
|
||
|
config-post.h | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
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
|
||
|
|
||
|
/*
|
||
|
--
|
||
|
2.18.0
|
||
|
|