From c84786237caa2daba1c8f9b54e61ecaa82c8c660 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Mon, 24 Jun 2019 10:36:20 +0200 Subject: [PATCH] mariadb: add dependency on libaio for arc as well Now that libaio compiles on arc targets we need to add the dependency to libaio on these targets as well. resolves #9298 Signed-off-by: Sebastian Kemper --- utils/mariadb/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index e14cdc0f43..767bb5e5a7 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mariadb PKG_VERSION:=10.2.31 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL := \ @@ -325,7 +325,7 @@ define Package/mariadb-server-base $(call Package/mariadb/Default) DEPENDS:=mariadb-common \ $(MARIADB_COMMON_DEPENDS_EXE) \ - +!arc:libaio \ + +libaio \ +liblzma \ +libpcre \ +resolveip -- 2.30.2