06002a58b5
Fixes CVE-2011-1097 and various other issues, see NEWS for details: http://rsync.samba.org/ftp/rsync/src/rsync-3.0.8-NEWS At the same time get rid of unneeded install / install-strip handling. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
15 lines
439 B
Makefile
15 lines
439 B
Makefile
#############################################################
|
|
#
|
|
# rsync
|
|
#
|
|
#############################################################
|
|
|
|
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_CONF_OPT = $(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
|
|
RSYNC_CONF_OPT = --with-included-popt
|
|
|
|
$(eval $(call AUTOTARGETS,package,rsync))
|