[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v2 1/8] tools/configure: Introduce deps on json-c lib for libxl
- To: Anthony PERARD <anthony@xxxxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Jason Andryuk <jason.andryuk@xxxxxxx>
- Date: Tue, 30 Sep 2025 11:23:56 -0400
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=xenproject.org smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector10001; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=c8+avBMTWF8BDTJ8mn4H08nFm+VIipi6dSyO1jFkMWE=; b=RjjfM/IZ9xJMw7t0XTEdrQ9+ClGi9bUZxha1Byb3TWmp1qgzBqZbJFUwYOAtzzSv8HeiTF9zH+8OrB6OO4urEHiQffRT3ZuIyneIGQlPI0E3R/C7M43zx1jUn2NJtYypyr3e2MDJFYJxTBEpL5RUIpzLVSwYvZAV3fuvrJrUghj0IUwf9dM1wTjU7lanxd8pH4v9Qn3raVzHMp7rFmYOyplpego/iXyPt0CQW9dpkTzG3KLo/Vt2Oe4mxF0L6wKys7+Wxg4Cv1vegN23HSNBKCNYv4fiRjP/Zgfr9YVfub4ur/9FwicdDAX5S/l+4pfWyudNn4fGL0FfvRVBHb19jQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=A2/o68SE1sKweYuDVAC2fB0UaXRri7uM3Ioe9iAdYTyrZFC7y/7d4A3vzjkB+I7gvOzmMtXz3q601ygCDeaNE3Rc0EHUP56fLjzwnKArIqHZiZtwn5hBLwpBWpDXoZHEsfsUVJH0SZZXjomi6q1cHtlmrVX96rW85KSBjqdGEgb7h4+NgumdHEmwqaxfF3x4Ph/oEICBtuHDzE/QOpiFmmT0cAWCvB9drQ8Xp/c/yHOJbxpSRdVZy3YIOZZvBv6fld6esg9IHW2HdD1U907pGV4u7wkGATCt/GS1UNOk0McuvYdLodOj+rb61zijW+9XBbJlBPa+M80ig0obEHyFHA==
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>
- Delivery-date: Tue, 30 Sep 2025 15:24:26 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-09-29 08:07, Anthony PERARD wrote:
From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
To replace yajl.
Introduce XEN_JSON_LIBS variable, to be able to remove "-lyajl" later.
As a first step, the variable will have both or only -lyajl. Then
commit "configure: Use json-c by default, fallback to yajl" will make
a change to only have one or the other once the code is ready to build
with only json-c.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Reviewed-by: Jason Andryuk <jason.andryuk@xxxxxxx>
Thanks,
Jason
|