mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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 <sebastian_ml@gmx.net>
(cherry-picked from c571c37e5c)
This commit is contained in:
committed by
Rosen Penev
parent
29e7e06191
commit
e42f8da512
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mariadb
|
PKG_NAME:=mariadb
|
||||||
PKG_VERSION:=10.1.41
|
PKG_VERSION:=10.1.41
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL := \
|
PKG_SOURCE_URL := \
|
||||||
@@ -267,7 +267,7 @@ define Package/mariadb-server
|
|||||||
$(call Package/mariadb/Default)
|
$(call Package/mariadb/Default)
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
$(MARIADB_COMMON_DEPENDS) \
|
$(MARIADB_COMMON_DEPENDS) \
|
||||||
+!arc:libaio \
|
+libaio \
|
||||||
+liblzma \
|
+liblzma \
|
||||||
+libpcre \
|
+libpcre \
|
||||||
+resolveip
|
+resolveip
|
||||||
|
|||||||
Reference in New Issue
Block a user