rsync: bump version
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 7 Oct 2009 20:08:35 +0000 (22:08 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 7 Oct 2009 21:44:18 +0000 (23:44 +0200)
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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/rsync/rsync.mk

diff --git a/CHANGES b/CHANGES
index c5ddbfd569a5081512f002faa7c1d7785f8b6816..13fa44b7852546d4d47ae6dbddf7d034ca96dd82 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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
 
index e24a38c741c285af9371d0f70b55f000b969a473..1ed6812198ccb75b1711b58e8b31628b6615af99 100644 (file)
@@ -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