default y if USE_FS_ACL_ATTR
default n
- config RSYNC_zlib
- bool
- prompt "Enable system zlib"
- help
- Use the system's zlib library instead of rsync's internal copy. Enabling
- this may create compatibility errors when using compression with older
- clients, or those using the current default of the bundled zlib.
-
- rsync's upstream default is to use their bundled zlib. OpenWrt uses the
- system zlib for space reasons. The system zlib will eventually become
- default for upstream as well.
- default y
endif
CATEGORY:=Network
SUBMENU:=File Transfer
TITLE:=Fast remote file copy program (like rcp)
- DEPENDS:=+libpopt +RSYNC_xattr:libattr +RSYNC_acl:libacl +RSYNC_zlib:zlib
+ DEPENDS:=+libpopt +zlib +RSYNC_xattr:libattr +RSYNC_acl:libacl
URL:=https://rsync.samba.org/
MENU:=1
endef
CONFIGURE_ARGS += \
--without-included-popt \
+ --without-included-zlib \
--disable-debug \
--disable-asm \
--disable-iconv \
--disable-zstd \
--$(if $(CONFIG_RSYNC_xattr),en,dis)able-xattr-support \
--$(if $(CONFIG_RSYNC_acl),en,dis)able-acl-support \
- --with$(if $(CONFIG_RSYNC_zlib),,out)-included-zlib \
$(if $(CONFIG_IPV6),,--disable-ipv6)
define Package/rsyncd