package/libp11: add host-pkgconf dependency for host variant

host-pkgconf is needed to find host-openssl

Fixes:
 - http://autobuild.buildroot.org/results/05adf424050cb56f74ae4106b3c9b61f8daff7d2

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Fabrice Fontaine 2019-12-14 10:02:29 +01:00 committed by Thomas Petazzoni
parent c727b23cdf
commit 471281df12

View File

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