浏览代码

package/libgpg-error: Disable support for non-C languages

The only other language supported is CL (Common Lisp) which buildroot
does not package yet. This saves 52KB in the final root filesystem.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
[yann.morin.1998@free.fr: reformat for one-option per-line]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Florian Fainelli 2 年之前
父节点
当前提交
9abb21ab31
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 4 2
      package/libgpg-error/libgpg-error.mk

+ 4 - 2
package/libgpg-error/libgpg-error.mk

@@ -13,8 +13,10 @@ LIBGPG_ERROR_CPE_ID_VENDOR = gnupg
 LIBGPG_ERROR_INSTALL_STAGING = YES
 LIBGPG_ERROR_CONFIG_SCRIPTS = gpg-error-config
 LIBGPG_ERROR_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
-LIBGPG_ERROR_CONF_OPTS = --disable-tests \
-		--host=$(BR2_PACKAGE_LIBGPG_ERROR_SYSCFG)
+LIBGPG_ERROR_CONF_OPTS = \
+	--host=$(BR2_PACKAGE_LIBGPG_ERROR_SYSCFG) \
+	--disable-tests \
+	--disable-languages
 
 ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
 LIBGPG_ERROR_CONF_OPTS += --enable-threads