Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
        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):
 
 
 $(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)