[Buildroot] [git commit master] iw: give path to pkg-config

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Feb 23 20:27:28 UTC 2010


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

At install stage, iw needs pkg-config, through the PKG_CONFIG
environment variable.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/iw/iw.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/iw/iw.mk b/package/iw/iw.mk
index 2dd1cd4..89fd604 100644
--- a/package/iw/iw.mk
+++ b/package/iw/iw.mk
@@ -11,6 +11,7 @@ IW_DEPENDENCIES = libnl
 IW_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
 IW_CONFIG = $(IW_DIR)/.config
 IW_MAKE_ENV = PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" \
+	PKG_CONFIG="$(HOST_DIR)/usr/bin/pkg-config" \
 	GIT_DIR=$(IW_DIR)
 
 $(eval $(call AUTOTARGETS,package,iw))
-- 
1.6.3.3




More information about the buildroot mailing list