summaryrefslogtreecommitdiffstats
path: root/rules/host-libp11.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-11-16 19:08:46 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-11-17 19:00:12 +0100
commitbaf580f0537749cc22072351e426eb5238c7114a (patch)
treeafb3c0d3a32c4fe7586d9de541b4f40bb1d5049d /rules/host-libp11.make
parent0ffcfcaa32b49a20ed36dd8fcb85d489fde0acc1 (diff)
downloadptxdist-baf580f0537749cc22072351e426eb5238c7114a.tar.gz
ptxdist-baf580f0537749cc22072351e426eb5238c7114a.tar.xz
host-libp11: version bump 0.4.0 -> 0.4.9
This version has support for OpenSSL 1.1.x. Make sure that no default pkcs11-module is set. It used an absolute path, so this is not useful here. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-libp11.make')
-rw-r--r--rules/host-libp11.make12
1 files changed, 10 insertions, 2 deletions
diff --git a/rules/host-libp11.make b/rules/host-libp11.make
index 8c2339a87..284284f14 100644
--- a/rules/host-libp11.make
+++ b/rules/host-libp11.make
@@ -16,8 +16,8 @@ HOST_PACKAGES-$(PTXCONF_HOST_LIBP11) += host-libp11
#
# Paths and names
#
-HOST_LIBP11_VERSION := 0.4.0
-HOST_LIBP11_MD5 := 00b3e41db5be840d822bda12f3ab2ca7
+HOST_LIBP11_VERSION := 0.4.9
+HOST_LIBP11_MD5 := 757b23242758a52599cb35f61de11ba2
HOST_LIBP11 := libp11-$(HOST_LIBP11_VERSION)
HOST_LIBP11_SUFFIX := tar.gz
HOST_LIBP11_URL := https://github.com/OpenSC/libp11/releases/download/$(HOST_LIBP11)/$(HOST_LIBP11).$(HOST_LIBP11_SUFFIX)
@@ -32,6 +32,14 @@ HOST_LIBP11_DIR := $(HOST_BUILDDIR)/$(HOST_LIBP11)
# autoconf
#
HOST_LIBP11_CONF_TOOL := autoconf
+HOST_LIBP11_CONF_OPT := \
+ $(HOST_AUTOCONF) \
+ --disable-strict \
+ --disable-pedantic \
+ --disable-api-doc \
+ --with-enginesdir=/lib/engines \
+ --with-pkcs11-module=
+
HOST_LIBP11_MAKE_PAR := NO
# vim: syntax=make