[libvirt] [PATCHv2 04/12] build: undef WITH_JANSSON for SETUID_RPC_CLIENT

Ján Tomko posted 12 patches 7 years, 7 months ago
[libvirt] [PATCHv2 04/12] build: undef WITH_JANSSON for SETUID_RPC_CLIENT
Posted by Ján Tomko 7 years, 7 months ago
There is no code using WITH_JANSSON yet, but once we add it,
it should not be compiled for the setuid_rpc_client.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
 config-post.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config-post.h b/config-post.h
index f7eba0d7ca..cb2fc2b4ee 100644
--- a/config-post.h
+++ b/config-post.h
@@ -37,6 +37,7 @@
 # undef WITH_DTRACE_PROBES
 # undef WITH_GNUTLS
 # undef WITH_GNUTLS_GCRYPT
+# undef WITH_JANSSON
 # undef WITH_LIBSSH
 # undef WITH_MACVTAP
 # undef WITH_NUMACTL
-- 
2.16.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCHv2 04/12] build: undef WITH_JANSSON for SETUID_RPC_CLIENT
Posted by Peter Krempa 7 years, 7 months ago
On Thu, May 10, 2018 at 18:44:16 +0200, Ján Tomko wrote:
> There is no code using WITH_JANSSON yet, but once we add it,
> it should not be compiled for the setuid_rpc_client.
> 
> Signed-off-by: Ján Tomko <jtomko@redhat.com>
> ---
>  config-post.h | 1 +
>  1 file changed, 1 insertion(+)

ACK
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list