From 656ad7347ef6fa50496b9bcafae604148d1aacc5 Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Mon, 5 Oct 2009 10:30:31 +0200 Subject: wpa_supplicant: adjust make environment for pkg-config call In case that wpa_supplicant is configured with DBus interface, it calls pkg-config to find the dbus headers and libraries. Adjust the make environment so that it will use the right pkg-config search paths. Signed-off-by: Sven Neumann Signed-off-by: Peter Korsgaard --- package/wpa_supplicant/wpa_supplicant.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package/wpa_supplicant') diff --git a/package/wpa_supplicant/wpa_supplicant.mk b/package/wpa_supplicant/wpa_supplicant.mk index 4195b1cf1..5d7857389 100644 --- a/package/wpa_supplicant/wpa_supplicant.mk +++ b/package/wpa_supplicant/wpa_supplicant.mk @@ -19,7 +19,10 @@ ifeq ($(BR2_PACKAGE_WPA_SUPPLICANT_OPENSSL),y) WPA_SUPPLICANT_DEPENDENCIES += openssl endif ifeq ($(BR2_PACKAGE_DBUS),y) - WPA_SUPPLICANT_DEPENDENCIES += dbus + WPA_SUPPLICANT_DEPENDENCIES += host-pkgconfig dbus + WPA_SUPPLICANT_MAKE_ENV = \ + PKG_CONFIG_SYSROOT_DIR="$(STAGING_DIR)" \ + PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig" endif $(eval $(call AUTOTARGETS,package,wpa_supplicant)) -- cgit v1.2.3