From: Olaf Rempel Date: Fri, 8 May 2009 21:28:08 +0000 (-0300) Subject: rsync: fix build with config cache X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b15d524afefdec08d74c1bf22efd93cd8c937517;p=buildroot.git rsync: fix build with config cache Signed-off-by: Olaf Rempel Acked-by: Thiago A. Correa Signed-off-by: Peter Korsgaard --- diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 2449cbdc5e..bf789df671 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -8,6 +8,7 @@ RSYNC_VERSION:=3.0.5 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_INSTALL_STAGING:=NO RSYNC_INSTALL_TARGET:=YES ifeq ($(BR2_ENABLE_DEBUG),y)