rsync: fix build with config cache

Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>

Acked-by: Thiago A. Correa <thiago.correa@gmail.com>

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Olaf Rempel 2009-05-08 18:28:08 -03:00 committed by Peter Korsgaard
parent 6b4ae38d12
commit b15d524afe

View File

@ -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)