mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-02 00:43:09 +01:00
fix wpa_supplicant cflags
SVN-Revision: 11311
This commit is contained in:
parent
389c1186cf
commit
90baadbedc
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue