rsync: bump to 3.0.9
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2aa09fd460
commit
0a775837fb
@ -4,10 +4,9 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
RSYNC_VERSION := 3.0.8
|
||||
RSYNC_SOURCE := rsync-$(RSYNC_VERSION).tar.gz
|
||||
RSYNC_SITE := http://rsync.samba.org/ftp/rsync/src
|
||||
RSYNC_INSTALL_STAGING = NO
|
||||
RSYNC_VERSION = 3.0.9
|
||||
RSYNC_SOURCE = rsync-$(RSYNC_VERSION).tar.gz
|
||||
RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src
|
||||
RSYNC_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
||||
RSYNC_CONF_OPT = --with-included-popt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user