[Buildroot] [PATCH 10/14] honour DISABLE_IPV6

Peter Korsgaard jacmet at uclibc.org
Wed Oct 7 20:36:59 UTC 2009


>>>>> "Bernhard" == Bernhard Reutner-Fischer <rep.dot.nop at gmail.com> writes:

 Bernhard>   pass --disable-ipv6 to autoconfig packages if IPv6 support is turned off
 Bernhard> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
 Bernhard> ---
 Bernhard>  package/Makefile.autotools.in |    1 +
 Bernhard>  1 files changed, 1 insertions(+), 0 deletions(-)

 Bernhard> diff --git a/package/Makefile.autotools.in b/package/Makefile.autotools.in
 Bernhard> index d36c884..c3257cf 100644
 Bernhard> --- a/package/Makefile.autotools.in
 Bernhard> +++ b/package/Makefile.autotools.in
 Bernhard> @@ -256,6 +256,7 @@ $(BUILD_DIR)/%/.stamp_configured:
 Bernhard>  		$(DISABLE_DOCUMENTATION) \
 Bernhard>  		$(DISABLE_NLS) \
 Bernhard>  		$(DISABLE_LARGEFILE) \
 Bernhard> +		$(DISABLE_IPV6) \

Please also remove it from the Makefile.autotools.in packages explicitly
passing it.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list