[Buildroot] [PATCH] wpa_supplicant: adjust make environment for pkg-config call

Peter Korsgaard jacmet at uclibc.org
Mon Oct 5 08:45:14 UTC 2009


>>>>> "Sven" == Sven Neumann <s.neumann at raumfeld.com> writes:

Hi,

 Sven> In case that wpa_supplicant is configured with DBus interface,
 Sven> it calls pkg-config to find the dbus headers and libraries.
 Sven> Adjust the make environment so that it will use the right
 Sven> pkg-config search paths.

 Sven>  ifeq ($(BR2_PACKAGE_DBUS),y)
 Sven> -	WPA_SUPPLICANT_DEPENDENCIES += dbus
 Sven> +	WPA_SUPPLICANT_DEPENDENCIES += host-pkgconfig dbus
 Sven> +	WPA_SUPPLICANT_MAKE_ENV = \
 Sven> +		PKG_CONFIG_SYSROOT_DIR="$(STAGING_DIR)"	\
 Sven> +		PKG_CONFIG_PATH="$(STAGING_DIR)/usr/lib/pkgconfig"

Won't this pick up /usr/bin/pkg-config instead of the one in HOST_DIR? I
would prefer to simply use TARGET_CONFIGURE_OPTS here so the path gets
set and we only have the pkgconfig magic one place.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list