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:
b41525c
)
mariadb: Add sudo dependency
17608/head
author
Michal Hrusecky
<michal.hrusecky@turris.com>
Thu, 13 Jan 2022 14:11:01 +0000
(15:11 +0100)
committer
Michal Hrusecky
<michal.hrusecky@turris.com>
Fri, 14 Jan 2022 14:32:48 +0000
(15:32 +0100)
During update we use sudo to start an instance. It probably could be
workarounded, but given the MariaDB size, dependency on sudo shouldn't
be an issue.
Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
utils/mariadb/Makefile
patch
|
blob
|
history
diff --git
a/utils/mariadb/Makefile
b/utils/mariadb/Makefile
index a0d1fa84b6a1c59232449b5c732c92218d035dbb..31c61a42e5bc69e14044b32ba92c615a9276d79f 100644
(file)
--- a/
utils/mariadb/Makefile
+++ b/
utils/mariadb/Makefile
@@
-265,7
+265,8
@@
define Package/mariadb-server-base
+KERNEL_IO_URING:liburing \
+liblzma \
+libpcre2 \
- +resolveip
+ +resolveip \
+ +sudo
TITLE:=MariaDB database server base
USERID:=mariadb=376:mariadb=376
endef