|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=rsync |
|
|
PKG_NAME:=rsync |
|
|
PKG_VERSION:=3.2.3 |
|
|
PKG_VERSION:=3.2.3 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
PKG_SOURCE_URL:=https://download.samba.org/pub/rsync/src |
|
|
PKG_SOURCE_URL:=https://download.samba.org/pub/rsync/src |
|
@ -30,7 +30,7 @@ define Package/rsync |
|
|
CATEGORY:=Network |
|
|
CATEGORY:=Network |
|
|
SUBMENU:=File Transfer |
|
|
SUBMENU:=File Transfer |
|
|
TITLE:=Fast remote file copy program (like rcp) |
|
|
TITLE:=Fast remote file copy program (like rcp) |
|
|
DEPENDS:=+libpopt +zlib +RSYNC_xattr:libattr +RSYNC_acl:libacl |
|
|
|
|
|
|
|
|
DEPENDS:=+libpopt +zlib +RSYNC_xattr:libattr +RSYNC_acl:libacl +RSYNC_zstd:libzstd |
|
|
URL:=https://rsync.samba.org/ |
|
|
URL:=https://rsync.samba.org/ |
|
|
MENU:=1 |
|
|
MENU:=1 |
|
|
endef |
|
|
endef |
|
@ -54,7 +54,7 @@ CONFIGURE_ARGS += \ |
|
|
--disable-openssl \
|
|
|
--disable-openssl \
|
|
|
--disable-simd \
|
|
|
--disable-simd \
|
|
|
--disable-xxhash \
|
|
|
--disable-xxhash \
|
|
|
--disable-zstd \
|
|
|
|
|
|
|
|
|
--$(if $(CONFIG_RSYNC_zstd),en,dis)able-zstd \
|
|
|
--$(if $(CONFIG_RSYNC_xattr),en,dis)able-xattr-support \
|
|
|
--$(if $(CONFIG_RSYNC_xattr),en,dis)able-xattr-support \
|
|
|
--$(if $(CONFIG_RSYNC_acl),en,dis)able-acl-support \
|
|
|
--$(if $(CONFIG_RSYNC_acl),en,dis)able-acl-support \
|
|
|
$(if $(CONFIG_IPV6),,--disable-ipv6) |
|
|
$(if $(CONFIG_IPV6),,--disable-ipv6) |
|
|