package/pkg-autotools: disable NLS for host packages by default

There is no need for language translaion feature for the host
packages, anyway some of them disable it explicitly, so lets do it
automatically at least for the host-autotools- kind of packages.

Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Vadim Kochan 2019-04-04 12:56:12 +03:00 committed by Thomas Petazzoni
parent 758ea0e518
commit 2bce7d7de9
6 changed files with 2 additions and 7 deletions

View File

@ -15,7 +15,6 @@ HOST_ACL_DEPENDENCIES = host-attr
ACL_INSTALL_STAGING = YES
ACL_CONF_OPTS = --disable-nls
HOST_ACL_CONF_OPTS = --disable-nls
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -12,7 +12,6 @@ ATTR_LICENSE_FILES = doc/COPYING doc/COPYING.LGPL
ATTR_INSTALL_STAGING = YES
ATTR_CONF_OPTS = --disable-nls
HOST_ATTR_CONF_OPTS = --disable-nls
$(eval $(autotools-package))
$(eval $(host-autotools-package))

View File

@ -38,7 +38,6 @@ HOST_GCC_INITIAL_CONF_OPTS = \
--disable-threads \
--with-newlib \
--disable-largefile \
--disable-nls \
$(call qstrip,$(BR2_EXTRA_GCC_CONFIG_OPTIONS))
HOST_GCC_INITIAL_CONF_ENV = \

View File

@ -61,8 +61,6 @@ HOST_GUTENPRINT_CONF_OPTS = \
--disable-samples \
--without-gimp2 \
--without-doc \
--disable-nls \
--disable-nls-macos \
--without-foomatic \
--without-foomatic3 \
--disable-escputil \

View File

@ -232,6 +232,7 @@ define $(2)_CONFIGURE_CMDS
--disable-debug \
--with-xmlto=no \
--with-fop=no \
--disable-nls \
$$(if $$($$(PKG)_OVERRIDE_SRCDIR),,--disable-dependency-tracking) \
$$(QUIET) $$($$(PKG)_CONF_OPTS) \
)

View File

@ -86,8 +86,7 @@ HOST_VIM_CONF_OPTS = \
--without-x \
--disable-acl \
--disable-gpm \
--disable-selinux \
--disable-nls
--disable-selinux
$(eval $(autotools-package))
$(eval $(host-autotools-package))