projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the imagebuilder generation (does not mean it works with the recent changes)
[openwrt.git]
/
package
/
wpa_supplicant
/
Makefile
diff --git
a/package/wpa_supplicant/Makefile
b/package/wpa_supplicant/Makefile
index
fb11085
..
6448145
100644
(file)
--- a/
package/wpa_supplicant/Makefile
+++ b/
package/wpa_supplicant/Makefile
@@
-47,8
+47,8
@@
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
KERNEL=$(LINUX_DIR) \
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \
KERNEL=$(LINUX_DIR) \
- CPPFLAGS="
-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include
" \
- LDFLAGS="
-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib
" \
+ CPPFLAGS="
$(TARGET_CPPFLAGS)
" \
+ LDFLAGS="
$(TARGET_LDFLAGS)
" \
all
$(STRIP) $(PKG_BUILD_DIR)/wpa_supplicant
$(STRIP) $(PKG_BUILD_DIR)/wpa_cli
all
$(STRIP) $(PKG_BUILD_DIR)/wpa_supplicant
$(STRIP) $(PKG_BUILD_DIR)/wpa_cli
This page took
0.019849 seconds
and
4
git commands to generate.