From b6a66893535ce6aa9442de67c8080e8488d50caf Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 21 Feb 2019 15:57:19 +0100 Subject: host-p11-kit: disable DEVPKG and use HOST_AUTOCONF_SYSROOT p11-kit will look for relative pkcs11 libs relative to the --prefix used during configure. Without using the sysroot as the --prefix p11-kit is unable to find the libs inside the sysroot. This patch fixes the problem. Signed-off-by: Michael Olbrich --- rules/host-p11-kit.make | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/host-p11-kit.make b/rules/host-p11-kit.make index 2e2e4832c..75859b146 100644 --- a/rules/host-p11-kit.make +++ b/rules/host-p11-kit.make @@ -16,6 +16,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_P11_KIT) += host-p11-kit # # Paths and names # +HOST_P11_KIT_DEVPKG := NO # ---------------------------------------------------------------------------- # Prepare @@ -28,7 +29,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_P11_KIT) += host-p11-kit # HOST_P11_KIT_CONF_TOOL := autoconf HOST_P11_KIT_CONF_OPT := \ - $(HOST_AUTOCONF) \ + $(HOST_AUTOCONF_SYSROOT) \ --disable-nls \ --disable-trust-module \ --disable-doc \ -- cgit v1.2.3