[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH 04/11] 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: Wed, 27 Aug 2025 11:01:59 -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=CxccLamGa+j5seMOs5NnfcvoD5XqIsKra5Dpt0g2S5Y=; b=fOeH9y3OR7bHtn0m9JFKYap1HgndV/3pUiriE+skiQ1PjHmptf3g6H1Yb791DnCMt3RENCxnmb647mwWK2GZnTszG2Nn8pOvw93Vzzq26OrL19Xo/Jo45YQdfh8lvD8NLh3/IEWRPAViFVKu2FhllSWifujihXiX4R2hyVkxVbXQn8sgAyjem5fzffEOjJm3mHUsct4Gy0wD7xcaiEjX8G2YxJzHgUqQlkg6fj2D1FK8obwlmhgkO7lyzZt3g20GGuLK4Z8gXLYyCyky4GqbkrMLQTn/Gb4VlN2joQV5ItUsSjySFc6cpMuC053bkhnZJci226Xq0zGD7q7H/TsRgA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=VPBYxRAFb09pdqCayRxOQ/4fWwWT6DcjAsHadXt7mt+1+y8aSrDZI47VuCb7bT/qDBl45yhlfkV+QTdsGGgrRJ1s1v2DSp9jCQkF0xfBPGx/MMrlvZb02NYrBPpijcpWJHRJiX416BrHlPV6Ifd+k6ZOzBc8nb0hQ0L1lGfLiA+XP6nwxxEd07N4fd8A+sZS4K3qW6NggG2wb0mVhj1lwAePswFVNLa3YojiqJa8osEiRyarMhFrwXCcQJ7rUiXxR/MXFwfJNyHZLUlLF58fvdfPjRYqDcG8SEVarJa/EWT98j1EEMySvQ67fi8fLVmntvG6ExM/kcSQMqQrzBCGcg==
- Cc: Anthony PERARD <anthony.perard@xxxxxxxxxx>, Juergen Gross <jgross@xxxxxxxx>
- Delivery-date: Wed, 27 Aug 2025 15:01:40 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 2025-08-08 10:55, Anthony PERARD wrote:
From: Anthony PERARD <anthony.perard@xxxxxxxxxx>
To replace yajl.
Introduce YAJL_LIBS variable, to be able to remove "-lyajl" later.
Signed-off-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Should the two configure changes be merged and placed at the end of the
series? That avoids a half implemented conversion in between.
I think Andrew's XEN_JSON_LIBS suggestion is a good one.
Regards,
Jason
|