This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBP11_VERSION = 0.4.9
LIBP11_VERSION = 0.4.10
LIBP11_SITE = https://github.com/OpenSC/libp11/releases/download/libp11-$(LIBP11_VERSION)
LIBP11_DEPENDENCIES = openssl host-pkgconf
LIBP11_INSTALL_STAGING = YES
@@ -20,7 +20,7 @@ ifeq ($(BR2_PACKAGE_P11_KIT),y)
LIBP11_CONF_OPTS += --with-pkcs11-module=/usr/lib/p11-kit-proxy.so
endif
HOST_LIBP11_DEPENDENCIES = host-openssl
HOST_LIBP11_DEPENDENCIES = host-pkgconf host-openssl
$(eval $(autotools-package))
$(eval $(host-autotools-package))