From: Sascha Hauer <s.hauer@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH v2 1/3] host-libp11: use correct path for ossl-modules
Date: Thu, 23 Apr 2026 11:25:46 +0200 [thread overview]
Message-ID: <20260423-code-signing-provider-v2-1-be62a422e84a@pengutronix.de> (raw)
In-Reply-To: <20260423-code-signing-provider-v2-0-be62a422e84a@pengutronix.de>
add --with-modulesdir=/usr/lib/ossl-modules. Without it the ossl-modules
end up in
$(PTXDIST_SYSROOT_HOST)/$(PTXDIST_SYSROOT_HOST)/usr/lib/ossl-modules
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
rules/host-libp11.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/host-libp11.make b/rules/host-libp11.make
index caeefdc01..bc544a114 100644
--- a/rules/host-libp11.make
+++ b/rules/host-libp11.make
@@ -29,6 +29,7 @@ HOST_LIBP11_CONF_OPT := \
--disable-pedantic \
--disable-api-doc \
--with-enginesdir=/usr/lib/engines-3 \
+ --with-modulesdir=/usr/lib/ossl-modules \
--with-pkcs11-module=
HOST_LIBP11_MAKE_PAR := NO
--
2.47.3
next prev parent reply other threads:[~2026-04-23 9:26 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-23 9:25 [ptxdist] [PATCH v2 0/3] code-signing: add provider support Sascha Hauer
2026-04-23 9:25 ` Sascha Hauer [this message]
2026-04-23 9:25 ` [ptxdist] [PATCH v2 2/3] Add host-pkcs11-provider Sascha Hauer
2026-04-23 9:25 ` [ptxdist] [PATCH v2 3/3] code-signing: enable provider support Sascha Hauer
2026-04-24 7:12 ` Michael Olbrich
2026-04-27 12:29 ` Sascha Hauer
2026-04-23 10:51 ` [ptxdist] [PATCH v2 0/3] code-signing: add " Thorsten Scherer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260423-code-signing-provider-v2-1-be62a422e84a@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox