mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
fix wpa_supplicant cflags
SVN-Revision: 11311
This commit is contained in:
parent
389c1186cf
commit
90baadbedc
@ -48,6 +48,7 @@ endef
|
||||
define Build/Compile
|
||||
rm -rf $(PKG_INSTALL_DIR)
|
||||
mkdir -p $(PKG_INSTALL_DIR)
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
CC="$(TARGET_CC)" \
|
||||
KERNEL=$(LINUX_DIR) \
|
||||
|
Loading…
Reference in New Issue
Block a user