mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 15:36:19 +04:00
Merge pull request #9302 from micmac1/mariadb-arc-aio
mariadb: add dependency on libaio for arc as well
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mariadb
|
||||
PKG_VERSION:=10.2.24
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL := \
|
||||
@@ -327,7 +327,7 @@ define Package/mariadb-server-base
|
||||
$(call Package/mariadb/Default)
|
||||
DEPENDS:=mariadb-common \
|
||||
$(MARIADB_COMMON_DEPENDS_EXE) \
|
||||
+!arc:libaio \
|
||||
+libaio \
|
||||
+liblzma \
|
||||
+libpcre \
|
||||
+resolveip
|
||||
|
||||
Reference in New Issue
Block a user