From 57795860f563b2e5cff37d1720a2bacf9c582336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Fri, 5 Jun 2026 11:43:06 +0200 Subject: [PATCH] package/p11-kit: enable host build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable to build p11-kit on the host. This is to support enabling pkcs11 in host-gnutls. Signed-off-by: Vincent Stehlé Cc: Thomas Petazzoni Signed-off-by: Fiona Klute --- package/p11-kit/p11-kit.mk | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk index 68b1894183..4f4b76d543 100644 --- a/package/p11-kit/p11-kit.mk +++ b/package/p11-kit/p11-kit.mk @@ -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))