package/libkrb5: needs host-pkgconf for libedit
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 14 Dec 2019 22:55:06 +0000 (23:55 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 15 Dec 2019 07:59:13 +0000 (08:59 +0100)
host-pkgconf is needed to find libedit

Fixes:
 - http://autobuild.buildroot.org/results/45eee300788f46975d292b21eead97f9e9a8b5d8

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libkrb5/libkrb5.mk

index 7c199129a3525e715fde2e70b297d9621db1d759..44a20b37079a6829c6b810f395a41b5b3014692f 100644 (file)
@@ -41,7 +41,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBEDIT),y)
 LIBKRB5_CONF_OPTS += --with-libedit
-LIBKRB5_DEPENDENCIES += libedit
+LIBKRB5_DEPENDENCIES += host-pkgconf libedit
 else
 LIBKRB5_CONF_OPTS += --without-libedit
 endif