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))