|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-LIBKSBA_VERSION = 1.6.3
|
|
|
+LIBKSBA_VERSION = 1.6.4
|
|
|
LIBKSBA_SOURCE = libksba-$(LIBKSBA_VERSION).tar.bz2
|
|
|
LIBKSBA_SITE = https://gnupg.org/ftp/gcrypt/libksba
|
|
|
LIBKSBA_LICENSE = LGPL-3.0+ or GPL-2.0+ (library, headers), GPL-3.0+ (manual, tests, build system)
|
|
@@ -14,4 +14,8 @@ LIBKSBA_INSTALL_STAGING = YES
|
|
|
LIBKSBA_DEPENDENCIES = libgpg-error
|
|
|
LIBKSBA_CONF_OPTS = --with-gpg-error-prefix=$(STAGING_DIR)/usr
|
|
|
|
|
|
+# Force the path to "gpgrt-config" (from the libgpg-error package) to
|
|
|
+# avoid using the one on host, if present.
|
|
|
+LIBKSBA_CONF_ENV += GPGRT_CONFIG=$(STAGING_DIR)/usr/bin/gpgrt-config
|
|
|
+
|
|
|
$(eval $(autotools-package))
|