|
@@ -16,9 +16,10 @@ LIBGPGME_DEPENDENCIES = libassuan libgpg-error
|
|
LIBGPGME_CONF_OPT = --with-gpg=/usr/bin/gpg \
|
|
LIBGPGME_CONF_OPT = --with-gpg=/usr/bin/gpg \
|
|
--with-gpg-error-prefix=$(STAGING_DIR)/usr \
|
|
--with-gpg-error-prefix=$(STAGING_DIR)/usr \
|
|
--with-libassuan-prefix=$(STAGING_DIR)/usr \
|
|
--with-libassuan-prefix=$(STAGING_DIR)/usr \
|
|
- --without-gpgsm \
|
|
|
|
- --without-gpgconf \
|
|
|
|
- --without-g13
|
|
|
|
|
|
+ --disable-gpgsm-test \
|
|
|
|
+ --disable-gpgconf-test \
|
|
|
|
+ --disable-g13-test \
|
|
|
|
+ --disable-gpg-test
|
|
|
|
|
|
# Handle argp-standalone or it errors out during build
|
|
# Handle argp-standalone or it errors out during build
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|
|
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE)$(BR2_TOOLCHAIN_USES_UCLIBC),yy)
|