diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 5c4d6e7f28..e47221e32a 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mariadb PKG_VERSION:=10.9.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source diff --git a/utils/mariadb/patches/300-gcc-13-compatibility-fix.patch b/utils/mariadb/patches/300-gcc-13-compatibility-fix.patch new file mode 100644 index 0000000000..839e80802e --- /dev/null +++ b/utils/mariadb/patches/300-gcc-13-compatibility-fix.patch @@ -0,0 +1,10 @@ +--- a/tpool/aio_liburing.cc ++++ b/tpool/aio_liburing.cc +@@ -23,6 +23,7 @@ Foundation, Inc., 51 Franklin Street, Fi + #include + #include + #include ++#include + #include + + namespace