Commit e6bbcb0a authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer Committed by Peter Korsgaard
Browse files

rsync: bump version



Bump version to 3.0.6.
autoreconf is off per default, so no need to specify it.
Use config.cache (fix the incorrect package instead).
Pass ENABLE_DEBUG setting to configure.

Signed-off-by: default avatarBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent c45cd1fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
	gst-plugins-good, imagemagick, iptables, kernel-headers, kismet,
	libevent, libglib2, liblockfile, libmad, libupnp, libuuid, ltrace,
	lua, mdadm, ncftp, ncurses, netkittelnet, ntfs-3g, openssl, python,
	quagga, radvd, samba, shared-mime-info, speech-tools,
	quagga, radvd, rsync, samba, shared-mime-info, speech-tools,
	squashfs, syslinux, u-boot, util-linux, valgrind, vsftpd, wipe,
	wpa-supplicant, xdata_xcursor-themes, zlib

+3 −4
Original line number Diff line number Diff line
@@ -4,13 +4,12 @@
#
#############################################################

RSYNC_VERSION:=3.0.5
RSYNC_VERSION:=3.0.6
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_SITE:=http://rsync.samba.org/ftp/rsync
RSYNC_INSTALL_STAGING:=NO
RSYNC_INSTALL_TARGET:=YES
RSYNC_CONF_OPT=$(if $(BR2_ENABLE_DEBUG),--enable-debug,--disable-debug)
ifeq ($(BR2_ENABLE_DEBUG),y)
RSYNC_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) INSTALLCMD='./install-sh -c' \
			  install