[Buildroot] [PATCH v4] inetutils: new package for random network tools

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Nov 23 19:38:18 UTC 2010


On Fri, 19 Nov 2010 22:59:07 -0500
Mike Frysinger <vapier at gentoo.org> wrote:

> +	$(call USE_ENABLE,INET_IPV6,ipv6) \

The following bit in package/Makefile.in already passes --disable-ipv6
when IPv6 is not available:

ifneq ($(BR2_INET_IPV6),y)
DISABLE_IPV6= --disable-ipv6
endif

However, it does not pass --enable-ipv6 when IPv6 is enabled.

I'm not sure what to do:

 *) Pass --{disable,enable}-ipv6 to every package

 *) Remove completely the snippet in package/Makefile.in and let each
    package handle its options. I'm not sure --{disable,enable}-ipv6 is
    really a standard thing.

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list