From ed702ba592b8d4f852da321b6f1c9548ef53f1e1 Mon Sep 17 00:00:00 2001 From: Michal Hrusecky Date: Thu, 2 Oct 2025 09:08:42 +0200 Subject: [PATCH] mariadb: add unconditional dependency on libaio MariaDB now depends on libaio even when uring is enabled. Signed-off-by: Michal Hrusecky (cherry picked from commit d50b5e583c96bf0e925fc85a2413e3ac924c5eb2) --- utils/mariadb/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 83d9e59c89..d25c21c8b0 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -1,6 +1,6 @@ # # Copyright (C) 2018 Sebastian Kemper -# Copyright (C) 2021 Michal Hrusecky +# Copyright (C) 2025 Michal Hrusecky # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mariadb PKG_VERSION:=11.4.8 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source @@ -264,8 +264,8 @@ define Package/mariadb-server-base $(call Package/mariadb/Default) DEPENDS:= \ $(MARIADB_COMMON_DEPENDS) \ - +!KERNEL_IO_URING:libaio \ +KERNEL_IO_URING:liburing \ + +libaio \ +liblzma \ +libpcre2 \ +resolveip \