|
@@ -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
|