package/p11-kit: enable host build

Enable to build p11-kit on the host.
This is to support enabling pkcs11 in host-gnutls.

Signed-off-by: Vincent Stehlé <vincent.stehle@arm.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
This commit is contained in:
Vincent Stehlé
2026-06-05 11:43:06 +02:00
committed by Fiona Klute
parent f42ee2bef2
commit 57795860f5

View File

@@ -44,4 +44,13 @@ P11_KIT_CONF_OPTS += \
--without-libtasn1
endif
HOST_P11_KIT_DEPENDENCIES = host-pkgconf
HOST_P11_KIT_CONF_OPTS = \
--without-libffi \
--without-trust-paths \
--disable-trust-module \
--without-libtasn1
$(eval $(autotools-package))
$(eval $(host-autotools-package))