Commit cd4e4838 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

package infra: drop non-IPv6 support



Now that IPv6 is mandatory remove support for non-IPv6 tweaks/variables
in the package infra.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 79ce08bb
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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) \