wpa_supplicant: Fix build with external toolchain

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2010-05-06 12:10:10 -03:00 committed by Peter Korsgaard
parent 5e1fbd2c33
commit 34d7dc874a
2 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,8 @@
Fixes all over the tree.
Updated/fixed packages: hal, mplayer, pciutils,
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils
xdriver_xf86-video-openchrome, usb_modeswitch, usbutils,
wpa_supplicant
Issues resolved (http://bugs.uclibc.org):

View File

@ -33,6 +33,7 @@ $(eval $(call AUTOTARGETS,package,wpa_supplicant))
$(WPA_SUPPLICANT_TARGET_CONFIGURE):
cp $(WPA_SUPPLICANT_DIR)/wpa_supplicant/defconfig $(WPA_SUPPLICANT_CONFIG)
echo "CFLAGS += $(TARGET_CFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
echo "LDFLAGS += $(TARGET_LDFLAGS)" >>$(WPA_SUPPLICANT_CONFIG)
echo "CC = $(TARGET_CC)" >>$(WPA_SUPPLICANT_CONFIG)
$(SED) "s/\/local//" $(WPA_SUPPLICANT_DIR)/wpa_supplicant/Makefile
ifneq ($(BR2_PACKAGE_WPA_SUPPLICANT_EAP),y)