Thanks, applied as c53051ef4bf598c8d6b3fbfae8e115ce47e4aec4. Michael
[sent from post-receive hook] On Fri, 05 Jun 2026 10:51:32 +0200, Sascha Hauer <[email protected]> wrote: > 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 <[email protected]> > Message-Id: <[email protected]> > Signed-off-by: Michael Olbrich <[email protected]> > > diff --git a/rules/host-libp11.make b/rules/host-libp11.make > index caeefdc018d2..bc544a114c9e 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
