projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2f00d8
)
mariadb: add dependency on libaio for arc as well
11524/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Mon, 24 Jun 2019 08:36:20 +0000
(10:36 +0200)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Sat, 7 Mar 2020 09:09:53 +0000
(10:09 +0100)
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>
utils/mariadb/Makefile
patch
|
blob
|
history
diff --git
a/utils/mariadb/Makefile
b/utils/mariadb/Makefile
index e14cdc0f43969c99e8dedb87d8f407caff93ffc1..767bb5e5a7952b3b9f59dfe9263a003d25564b93 100644
(file)
--- 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