[Buildroot] [git commit branch/2019.02.x] package/libkrb5: needs host-pkgconf for libedit

Peter Korsgaard peter at korsgaard.com
Mon Dec 23 17:56:40 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=0a5e4199ac81cff94610f36d7fc477ff671c784f
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2019.02.x

host-pkgconf is needed to find libedit

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
(cherry picked from commit 6812e466f9a23c4021750b2f6c726c252116bdec)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libkrb5/libkrb5.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
index 56345416aa..38b39ffd6b 100644
--- a/package/libkrb5/libkrb5.mk
+++ b/package/libkrb5/libkrb5.mk
@@ -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


More information about the buildroot mailing list