diff --git a/packages/addons/service/mariadb/patches/mariadb-0003-build-with-libxml2-2-14-0.patch b/packages/addons/service/mariadb/patches/mariadb-0003-build-with-libxml2-2-14-0.patch new file mode 100644 index 0000000000..e1917833c0 --- /dev/null +++ b/packages/addons/service/mariadb/patches/mariadb-0003-build-with-libxml2-2-14-0.patch @@ -0,0 +1,11 @@ +--- a/storage/connect/plgxml.h 2025-02-12 10:13:23.000000000 +0000 ++++ b/storage/connect/plgxml.h 2025-03-30 13:35:43.002151245 +0000 +@@ -5,7 +5,7 @@ + /******************************************************************/ + /* Dual XML implementation base classes defines. */ + /******************************************************************/ +-#if !defined(BASE_BUFFER_SIZE) ++#if !defined(__XML_TREE_H__) + enum ElementType { // libxml2 + XML_ELEMENT_NODE = 1, + XML_ATTRIBUTE_NODE = 2,