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: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Gustavo Zacarias 2015-04-19 09:40:01 -03:00 committed by Thomas Petazzoni
parent 79ce08bbdc
commit cd4e48386e
2 changed files with 1 additions and 7 deletions

View file

@ -369,12 +369,6 @@ else
DISABLE_NLS :=--disable-nls DISABLE_NLS :=--disable-nls
endif endif
ifeq ($(BR2_INET_IPV6),y)
DISABLE_IPV6 = --enable-ipv6
else
DISABLE_IPV6 = --disable-ipv6
endif
ifneq ($(BR2_INSTALL_LIBSTDCPP),y) ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
TARGET_CONFIGURE_OPTS += CXX=false TARGET_CONFIGURE_OPTS += CXX=false
endif endif

View file

@ -200,8 +200,8 @@ define $(2)_CONFIGURE_CMDS
--with-xmlto=no \ --with-xmlto=no \
--with-fop=no \ --with-fop=no \
--disable-dependency-tracking \ --disable-dependency-tracking \
--enable-ipv6 \
$$(DISABLE_NLS) \ $$(DISABLE_NLS) \
$$(DISABLE_IPV6) \
$$(ENABLE_DEBUG) \ $$(ENABLE_DEBUG) \
$$(SHARED_STATIC_LIBS_OPTS) \ $$(SHARED_STATIC_LIBS_OPTS) \
$$(QUIET) $$($$(PKG)_CONF_OPTS) \ $$(QUIET) $$($$(PKG)_CONF_OPTS) \