From 12e59e2bbad231c2ae7928f0f52b1da4cc0a6f24 Mon Sep 17 00:00:00 2001 From: Antonio Pastor Date: Mon, 4 Nov 2024 17:18:56 -0500 Subject: [PATCH] netatalk: Remove apfstats feature to solve dependency issues afpstats requires several libraries that would increase significantly final install size. Signed-off-by: Antonio Pastor --- net/netatalk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index fd7b18162c..ae3c74035b 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -33,7 +33,7 @@ define Package/netatalk DEPENDS:=+libevent2 +libdb47 +libgcrypt endef -define Package/netatalk/decription +define Package/netatalk/description Netatalk is an Open Source Apple Filing Protocol (AFP) fileserver. Implements a service that allows Macintosh file sharing and Time Machine backups. Modern MacOS prefers Samba network shares @@ -47,7 +47,7 @@ MESON_ARGS += \ -Dwith-zeroconf=false \ -Dwith-cups=false \ -Dwith-quota=false \ - -Dwith-afpstats=true \ + -Dwith-afpstats=false \ -Dwith-acls=false \ -Dwith-ldap=false \ -Dwith-cnid-default-backend=dbd \ -- 2.30.2