mirror of https://github.com/openwrt/packages.git
netatalk: Remove apfstats feature to solve dependency issues
afpstats requires several libraries that would increase significantly final install size. Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>pull/25255/head
parent
f2e7f81307
commit
07efd504aa
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue