mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Fiona Klute
parent
f42ee2bef2
commit
57795860f5
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user