Skip to content

Commit

Permalink
netatalk: Remove apfstats feature to solve dependency issues
Browse files Browse the repository at this point in the history
afpstats requires several libraries that would increase significantly final install size.

Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
  • Loading branch information
Antonio Pastor committed Nov 9, 2024
1 parent a01aba0 commit aa85032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/netatalk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit aa85032

Please sign in to comment.