mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
37 lines
982 B
Diff
37 lines
982 B
Diff
From 3a0ae97574bb1d8fd99b6b32e99785a754b59541 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:25 +0200
|
|
Subject: [PATCH 15/16] Revert "build: undef WITH_JANSSON for
|
|
SETUID_RPC_CLIENT"
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
This reverts commit 93fdc9e0b0cbb2eec32745a868ac4633f0912ad5.
|
|
|
|
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 | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/config-post.h b/config-post.h
|
|
index 24117bbbd4..063e30fa37 100644
|
|
--- a/config-post.h
|
|
+++ b/config-post.h
|
|
@@ -36,7 +36,6 @@
|
|
# undef WITH_DEVMAPPER
|
|
# undef WITH_DTRACE_PROBES
|
|
# undef WITH_GNUTLS
|
|
-# undef WITH_JANSSON
|
|
# undef WITH_LIBSSH
|
|
# undef WITH_MACVTAP
|
|
# undef WITH_NUMACTL
|
|
--
|
|
2.18.0
|
|
|