netatalk: Remove apfstats feature to solve dependency issues
authorAntonio Pastor <antonio.pastor@gmail.com>
Mon, 4 Nov 2024 22:18:56 +0000 (17:18 -0500)
committerHannu Nyman <hannu.nyman@iki.fi>
Tue, 5 Nov 2024 04:25:16 +0000 (06:25 +0200)
afpstats requires several libraries that would increase significantly final install size.

Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
net/netatalk/Makefile

index fd7b18162cde2d6d26191f26c35b956f3f823b2b..ae3c74035bfd4cdca955f85d3988337f37f38719 100644 (file)
@@ -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 \