Browse Source

mariadb: Add sudo dependency

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>
lilik-openwrt-22.03
Michal Hrusecky 2 years ago
parent
commit
0ffec9bd4b
No known key found for this signature in database GPG Key ID: 7B7562FE6F4D91EF
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      utils/mariadb/Makefile

+ 2
- 1
utils/mariadb/Makefile View File

@ -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


Loading…
Cancel
Save