1 ################################################################################
5 ################################################################################
8 RSYNC_SITE
= http
://rsync.samba.org
/ftp
/rsync
/src
10 RSYNC_LICENSE_FILES
= COPYING
11 RSYNC_DEPENDENCIES
= zlib popt
13 --with-included-zlib
=no \
14 --with-included-popt
=no
16 ifeq ($(BR2_PACKAGE_ACL
),y
)
17 RSYNC_DEPENDENCIES
+= acl
19 RSYNC_CONF_OPTS
+= --disable-acl-support
22 $(eval
$(autotools-package
))