Merge pull request #11524 from micmac1/1907arc_aio2
[19.07] mariadb: add dependency on libaio for arc as well
This commit is contained in:
commit
43c5aba9e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue