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:
parent
5e1fbd2c33
commit
34d7dc874a
3
CHANGES
3
CHANGES
@ -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):
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user