kumquat-buildroot/package/gupnp-tools/0002-common-Fix-compatibility-with-libxml2-2-12.patch
Fabrice Fontaine 498925bc0e package/gupnp-tools: bump to version 0.12.1
- libsoup has been replaced by libsoup3
- Add patches to fix build with libxml2 2.12

https://gitlab.gnome.org/GNOME/gupnp-tools/-/blob/gupnp-tools-0.12.1/NEWS

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2024-01-01 21:18:51 +01:00

29 lines
756 B
Diff

From 4e06104df81fba2cda06d4747b33e75f4cade458 Mon Sep 17 00:00:00 2001
From: Jens Georg <mail@jensge.org>
Date: Fri, 24 Nov 2023 18:12:50 +0100
Subject: [PATCH] common: Fix compatibility with libxml2 2.12
Fixes #28
Upstream: https://gitlab.gnome.org/GNOME/gupnp-tools/-/commit/4e06104df81fba2cda06d4747b33e75f4cade458
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
src/common/pretty-print.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/common/pretty-print.c b/src/common/pretty-print.c
index c8ebc9a..1519cb0 100644
--- a/src/common/pretty-print.c
+++ b/src/common/pretty-print.c
@@ -22,6 +22,7 @@
#include "pretty-print.h"
+#include <libxml/globals.h>
#include <libxml/xmlreader.h>
#include <string.h>
--
GitLab