summaryrefslogtreecommitdiff
path: root/package/rsync
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-01 09:03:19 +0200
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-10-01 09:03:19 +0200
commit9019d28c87b2c0382834a8af861cda4dc12e2b06 (patch)
treee3bf3da087056d9d8394ec808bc9a2ea989d9f65 /package/rsync
parent60e2481a45eba0e84e771453cda48075899e95e3 (diff)
parent1bad8cf3c967cac8fb149217878b56f9cec03c8b (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/rsync')
-rw-r--r--package/rsync/Makefile2
-rw-r--r--package/rsync/patches/patch-Makefile_in11
2 files changed, 12 insertions, 1 deletions
diff --git a/package/rsync/Makefile b/package/rsync/Makefile
index 054a5d641..939a46fd1 100644
--- a/package/rsync/Makefile
+++ b/package/rsync/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= rsync
PKG_VERSION:= 3.0.9
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 5ee72266fe2c1822333c407e1761b92b
PKG_DESCR:= utility that provides fast incremental file transfer
PKG_SECTION:= net/misc
diff --git a/package/rsync/patches/patch-Makefile_in b/package/rsync/patches/patch-Makefile_in
new file mode 100644
index 000000000..f955b5016
--- /dev/null
+++ b/package/rsync/patches/patch-Makefile_in
@@ -0,0 +1,11 @@
+--- rsync-3.0.9.orig/Makefile.in 2011-03-26 18:01:37.000000000 +0100
++++ rsync-3.0.9/Makefile.in 2013-09-26 12:40:43.000000000 +0200
+@@ -146,7 +146,7 @@ configure.sh config.h.in: configure.ac a
+ else \
+ echo 'You may need to run:'; \
+ echo ' make reconfigure'; \
+- exit 1; \
++ exit 0; \
+ fi \
+ fi
+