From: Bernhard Reutner-Fischer Date: Wed, 7 Oct 2009 20:08:33 +0000 (+0200) Subject: honour DISABLE_IPV6 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=263c2f83177992b402d48cffda0e97faffe21f1d;p=buildroot.git honour DISABLE_IPV6 pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Peter Korsgaard --- diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in index d36c884f05..c3257cfbe3 100644 --- a/package/Makefile.autotools.in +++ b/package/Makefile.autotools.in @@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured: $(DISABLE_DOCUMENTATION) \ $(DISABLE_NLS) \ $(DISABLE_LARGEFILE) \ + $(DISABLE_IPV6) \ $(QUIET) $($(PKG)_CONF_OPT) $(Q)touch $@