summaryrefslogtreecommitdiff
path: root/package/rsync
diff options
context:
space:
mode:
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/rsync.mk7
1 files changed, 3 insertions, 4 deletions
diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk
index e24a38c74..1ed681219 100644
--- a/package/rsync/rsync.mk
+++ b/package/rsync/rsync.mk
@@ -4,13 +4,12 @@
#
#############################################################
-RSYNC_VERSION:=3.0.5
+RSYNC_VERSION:=3.0.6
RSYNC_SOURCE:=rsync-$(RSYNC_VERSION).tar.gz
-RSYNC_SITE:=http://rsync.samba.org/ftp/rsync/src
-RSYNC_AUTORECONF:=no
-RSYNC_USE_CONFIG_CACHE:=no
+RSYNC_SITE:=http://rsync.samba.org/ftp/rsync
RSYNC_INSTALL_STAGING:=NO
RSYNC_INSTALL_TARGET:=YES
+RSYNC_CONF_OPT=$(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
ifeq ($(BR2_ENABLE_DEBUG),y)
RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \
install