diff --git a/libcmis/PKGBUILD b/libcmis/PKGBUILD index bded012c7d..c856fa3c38 100644 --- a/libcmis/PKGBUILD +++ b/libcmis/PKGBUILD @@ -3,7 +3,7 @@ pkgname=libcmis pkgver=0.6.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="a C/C++ client library for the CMIS protocol" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://github.com/tdf/libcmis" diff --git a/libcmis/libxml2-2.12.patch b/libcmis/libxml2-2.12.patch new file mode 100644 index 0000000000..b9a9faf6c4 --- /dev/null +++ b/libcmis/libxml2-2.12.patch @@ -0,0 +1,23 @@ +From 72618e63433c7243e4d9e79a638f19a09402eecc Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Tue, 21 Nov 2023 23:10:07 +0100 +Subject: [PATCH] Fix build with libxml2-2.12 (missing include) + +See also: https://github.com/tdf/libcmis/issues/51 +Signed-off-by: Andreas Sturmlechner +--- + inc/libcmis/xml-utils.hxx | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/inc/libcmis/xml-utils.hxx b/inc/libcmis/xml-utils.hxx +index 929385e1..9bd99aed 100644 +--- a/inc/libcmis/xml-utils.hxx ++++ b/inc/libcmis/xml-utils.hxx +@@ -34,6 +34,7 @@ + #include + + #include ++#include + #include + #include + #include