mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-23 04:43:30 +08:00
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:
parent
c727b23cdf
commit
471281df12
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user