diff mbox

[06/14] package infra: drop non-IPv6 support

Message ID 1428754662-27829-6-git-send-email-gustavo@zacarias.com.ar
State Superseded
Headers show

Commit Message

Gustavo Zacarias April 11, 2015, 12:17 p.m. UTC
Now that IPv6 is mandatory remove support for non-IPv6 tweaks/variables
in the package infra.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/Makefile.in      | 6 ------
 package/pkg-autotools.mk | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

Comments

Yann E. MORIN April 12, 2015, 2:25 p.m. UTC | #1
Gustavo, All,

On 2015-04-11 09:17 -0300, Gustavo Zacarias spake thusly:
> Now that IPv6 is mandatory remove support for non-IPv6 tweaks/variables
> in the package infra.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

You're missing one instance of DISABLE_IPV6 in netsnmp:

    NETSNMP_CONF_OPTS = \
        [--SNIP--]
        --without-kmem-usage $(DISABLE_IPV6) \
        [--SNIP--]

which should just be removed entirely I guess.

Regards,
Yann E. MORIN.

> ---
>  package/Makefile.in      | 6 ------
>  package/pkg-autotools.mk | 2 +-
>  2 files changed, 1 insertion(+), 7 deletions(-)
> 
> diff --git a/package/Makefile.in b/package/Makefile.in
> index e65e08b..a0c5a7a 100644
> --- a/package/Makefile.in
> +++ b/package/Makefile.in
> @@ -369,12 +369,6 @@ else
>  DISABLE_NLS :=--disable-nls
>  endif
>  
> -ifeq ($(BR2_INET_IPV6),y)
> -DISABLE_IPV6 = --enable-ipv6
> -else
> -DISABLE_IPV6 = --disable-ipv6
> -endif
> -
>  ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
>  TARGET_CONFIGURE_OPTS += CXX=false
>  endif
> diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
> index 2ecf7d8..49b42d4 100644
> --- a/package/pkg-autotools.mk
> +++ b/package/pkg-autotools.mk
> @@ -200,8 +200,8 @@ define $(2)_CONFIGURE_CMDS
>  		--with-xmlto=no \
>  		--with-fop=no \
>  		--disable-dependency-tracking \
> +		--enable-ipv6 \
>  		$$(DISABLE_NLS) \
> -		$$(DISABLE_IPV6) \
>  		$$(ENABLE_DEBUG) \
>  		$$(SHARED_STATIC_LIBS_OPTS) \
>  		$$(QUIET) $$($$(PKG)_CONF_OPTS) \
> -- 
> 2.0.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
diff mbox

Patch

diff --git a/package/Makefile.in b/package/Makefile.in
index e65e08b..a0c5a7a 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -369,12 +369,6 @@  else
 DISABLE_NLS :=--disable-nls
 endif
 
-ifeq ($(BR2_INET_IPV6),y)
-DISABLE_IPV6 = --enable-ipv6
-else
-DISABLE_IPV6 = --disable-ipv6
-endif
-
 ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
 TARGET_CONFIGURE_OPTS += CXX=false
 endif
diff --git a/package/pkg-autotools.mk b/package/pkg-autotools.mk
index 2ecf7d8..49b42d4 100644
--- a/package/pkg-autotools.mk
+++ b/package/pkg-autotools.mk
@@ -200,8 +200,8 @@  define $(2)_CONFIGURE_CMDS
 		--with-xmlto=no \
 		--with-fop=no \
 		--disable-dependency-tracking \
+		--enable-ipv6 \
 		$$(DISABLE_NLS) \
-		$$(DISABLE_IPV6) \
 		$$(ENABLE_DEBUG) \
 		$$(SHARED_STATIC_LIBS_OPTS) \
 		$$(QUIET) $$($$(PKG)_CONF_OPTS) \