diff options
author | 2014-05-03 08:36:23 -0300 | |
---|---|---|
committer | 2014-05-03 21:04:26 +0200 | |
commit | ae7dddc03a7b752cc6c4de82f721f8393cccab09 (patch) | |
tree | c48eb3263311e3cf2ab149e81a58ca3f43526aa8 /package/p11-kit | |
parent | 7ead31cf5aa9e492c6f036f1834e1a329d8e959c (diff) | |
download | buildroot-ae7dddc03a7b752cc6c4de82f721f8393cccab09.tar.gz buildroot-ae7dddc03a7b752cc6c4de82f721f8393cccab09.tar.bz2 |
p11-kit: bump to version 0.20.2
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/p11-kit')
-rw-r--r-- | package/p11-kit/Config.in | 1 | ||||
-rw-r--r-- | package/p11-kit/p11-kit.mk | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/p11-kit/Config.in b/package/p11-kit/Config.in index c72006f7d1..2640a3247a 100644 --- a/package/p11-kit/Config.in +++ b/package/p11-kit/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_P11_KIT depends on !BR2_PREFER_STATIC_LIB depends on BR2_USE_MMU depends on BR2_TOOLCHAIN_HAS_THREADS + select BR2_PACKAGE_LIBFFI select BR2_PACKAGE_LIBTASN1 help Provides a way to load and enumerate PKCS#11 modules. diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk index 0db5ebfdec..9e210bb541 100644 --- a/package/p11-kit/p11-kit.mk +++ b/package/p11-kit/p11-kit.mk @@ -4,9 +4,9 @@ # ################################################################################ -P11_KIT_VERSION = 0.18.1 +P11_KIT_VERSION = 0.20.2 P11_KIT_SITE = http://p11-glue.freedesktop.org/releases -P11_KIT_DEPENDENCIES = host-pkgconf libtasn1 +P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1 P11_KIT_INSTALL_STAGING = YES P11_KIT_CONF_OPT = --disable-static P11_KIT_CONF_ENV = ac_cv_have_decl_program_invocation_short_name=yes \ |