Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,17 +4,16 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBGPGME_VERSION = 1.7.1
|
||||
LIBGPGME_SITE = ftp://ftp.gnupg.org/gcrypt/gpgme
|
||||
LIBGPGME_VERSION = 1.10.0
|
||||
LIBGPGME_SITE = https://gnupg.org/ftp/gcrypt/gpgme
|
||||
LIBGPGME_SOURCE = gpgme-$(LIBGPGME_VERSION).tar.bz2
|
||||
LIBGPGME_LICENSE = LGPLv2.1+
|
||||
LIBGPGME_LICENSE = LGPL-2.1+
|
||||
LIBGPGME_LICENSE_FILES = COPYING.LESSER
|
||||
LIBGPGME_INSTALL_STAGING = YES
|
||||
LIBGPGME_DEPENDENCIES = libassuan libgpg-error
|
||||
LIBGPGME_LANGUAGE_BINDINGS = cl
|
||||
|
||||
# libgpgme, needs to know the gpg binary path on the target.
|
||||
LIBGPGME_CONF_OPTS = --with-gpg=/usr/bin/gpg \
|
||||
LIBGPGME_CONF_OPTS = \
|
||||
--with-gpg-error-prefix=$(STAGING_DIR)/usr \
|
||||
--with-libassuan-prefix=$(STAGING_DIR)/usr \
|
||||
--disable-gpgsm-test \
|
||||
@@ -36,4 +35,9 @@ LIBGPGME_CONF_ENV += LIBS="-largp" ac_cv_type_error_t=yes
|
||||
LIBGPGME_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
|
||||
# MIPS N64 (re)introduced getdents64 in kernel version 3.10
|
||||
ifeq ($(BR2_MIPS_NABI64)x$(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10),yx)
|
||||
LIBGPGME_CONF_OPTS += --disable-linux-getdents
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user