summaryrefslogtreecommitdiffstats
path: root/rules/rsync.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-07-13 19:10:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-07-16 10:56:42 +0200
commitc2bf008b56c5041d8c974dd77b6173f66e39af4a (patch)
treec09cf02fd2a56abc6d48bc83916cb92955bd133e /rules/rsync.make
parent9a567747378e17fc29fee54820e7c33fddf202e1 (diff)
downloadptxdist-c2bf008b56c5041d8c974dd77b6173f66e39af4a.tar.gz
ptxdist-c2bf008b56c5041d8c974dd77b6173f66e39af4a.tar.xz
[rsync] use global IPv6 option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rsync.make')
-rw-r--r--rules/rsync.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/rsync.make b/rules/rsync.make
index b09e1a5c7..c92ba6bca 100644
--- a/rules/rsync.make
+++ b/rules/rsync.make
@@ -46,6 +46,7 @@ RSYNC_ENV := \
#
RSYNC_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_IPV6_OPTION) \
--target=$(PTXCONF_GNU_TARGET) \
--with-included-popt \
--disable-debug \
@@ -57,12 +58,6 @@ else
RSYNC_AUTOCONF += --disable-largefile
endif
-ifdef PTXCONF_RSYNC_IPV6
-RSYNC_AUTOCONF += --enable-ipv6
-else
-RSYNC_AUTOCONF += --disable-ipv6
-endif
-
ifneq ($(call remove_quotes,$(PTXCONF_RSYNC_CONFIG_FILE)),)
RSYNC_AUTOCONF += --with-rsyncd-conf=$(PTXCONF_RSYNC_CONFIG_FILE)
endif