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>
ACL_INSTALL_STAGING = YES
ACL_CONF_OPTS = --disable-nls
-HOST_ACL_CONF_OPTS = --disable-nls
$(eval $(autotools-package))
$(eval $(host-autotools-package))
ATTR_INSTALL_STAGING = YES
ATTR_CONF_OPTS = --disable-nls
-HOST_ATTR_CONF_OPTS = --disable-nls
$(eval $(autotools-package))
$(eval $(host-autotools-package))
--disable-threads \
--with-newlib \
--disable-largefile \
- --disable-nls \
$(call qstrip,$(BR2_EXTRA_GCC_CONFIG_OPTIONS))
HOST_GCC_INITIAL_CONF_ENV = \
--disable-samples \
--without-gimp2 \
--without-doc \
- --disable-nls \
- --disable-nls-macos \
--without-foomatic \
--without-foomatic3 \
--disable-escputil \
--disable-debug \
--with-xmlto=no \
--with-fop=no \
+ --disable-nls \
$$(if $$($$(PKG)_OVERRIDE_SRCDIR),,--disable-dependency-tracking) \
$$(QUIET) $$($$(PKG)_CONF_OPTS) \
)
--without-x \
--disable-acl \
--disable-gpm \
- --disable-selinux \
- --disable-nls
+ --disable-selinux
$(eval $(autotools-package))
$(eval $(host-autotools-package))