[Buildroot] [PATCH 10/14] honour DISABLE_IPV6

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Oct 7 20:40:08 UTC 2009


On Wed, Oct 07, 2009 at 10:36:59PM +0200, Peter Korsgaard wrote:
>>>>>> "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.

noted as follow-up


More information about the buildroot mailing list