mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-12 14:53:28 +08:00
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:
parent
6b4ae38d12
commit
b15d524afe
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user