summaryrefslogtreecommitdiffstats
path: root/rules/rsync3.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
commit4bf5cd440e60714e5f0bef2cf1d39f70f5c1fc79 (patch)
treeba7fd2c28442c16d1c0b247259c4e789b103aeba /rules/rsync3.make
parentc2bf008b56c5041d8c974dd77b6173f66e39af4a (diff)
downloadptxdist-4bf5cd440e60714e5f0bef2cf1d39f70f5c1fc79.tar.gz
ptxdist-4bf5cd440e60714e5f0bef2cf1d39f70f5c1fc79.tar.xz
[rsync3] use global IPv6 option
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/rsync3.make')
-rw-r--r--rules/rsync3.make7
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/rsync3.make b/rules/rsync3.make
index 902214b79..cd321529a 100644
--- a/rules/rsync3.make
+++ b/rules/rsync3.make
@@ -44,6 +44,7 @@ RSYNC3_ENV := $(CROSS_ENV)
#
RSYNC3_AUTOCONF := \
$(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_IPV6_OPTION) \
--with-included-popt \
--disable-debug \
--disable-locale
@@ -54,12 +55,6 @@ else
RSYNC3_AUTOCONF += --disable-largefile
endif
-ifdef PTXCONF_RSYNC3_IPV6
-RSYNC3_AUTOCONF += --enable-ipv6
-else
-RSYNC3_AUTOCONF += --disable-ipv6
-endif
-
ifneq ($(call remove_quotes,$(PTXCONF_RSYNC3_CONFIG_FILE)),)
RSYNC3_AUTOCONF += --with-rsync3d-conf=$(PTXCONF_RSYNC3_CONFIG_FILE)
endif