[Buildroot] [git commit] pkg-config: unbreak host build after auto-host-deps change

Peter Korsgaard jacmet at sunsite.dk
Wed Jan 18 15:02:56 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=a7544cf97e63fb07a86a834873fb8df7709e18ab
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/pkg-config/pkg-config.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/pkg-config/pkg-config.mk b/package/pkg-config/pkg-config.mk
index f347a53..137800c 100644
--- a/package/pkg-config/pkg-config.mk
+++ b/package/pkg-config/pkg-config.mk
@@ -17,6 +17,7 @@ HOST_PKG_CONFIG_CONF_OPT = \
 		--disable-static
 
 HOST_PKG_CONFIG_AUTORECONF = YES
+HOST_PKG_CONFIG_DEPENDENCIES =
 
 $(eval $(call AUTOTARGETS))
 $(eval $(call AUTOTARGETS,host))


More information about the buildroot mailing list