From: Michal Hrusecky Date: Thu, 13 Jan 2022 14:11:01 +0000 (+0100) Subject: mariadb: Add sudo dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0ffec9bd4bf91118d33203d93d53b316b43115ce;p=feed%2Fpackages.git 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 --- diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index a0d1fa84b6..31c61a42e5 100644 --- 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