summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 15:57:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-21 16:44:19 +0100
commitb6a66893535ce6aa9442de67c8080e8488d50caf (patch)
tree57b918c7a368af2d78683a6a6533c8c7a1fceea2 /rules
parent6882ddc29fda973c0245bc148720efd601f40acd (diff)
downloadptxdist-b6a66893535ce6aa9442de67c8080e8488d50caf.tar.gz
ptxdist-b6a66893535ce6aa9442de67c8080e8488d50caf.tar.xz
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 <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-p11-kit.make3
1 files changed, 2 insertions, 1 deletions
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 \