projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add an hostapd-mini package with WPA support only, and move hostapd_cli in a
[openwrt.git]
/
package
/
libol
/
Makefile
diff --git
a/package/libol/Makefile
b/package/libol/Makefile
index
9205184
..
f027a42
100644
(file)
--- a/
package/libol/Makefile
+++ b/
package/libol/Makefile
@@
-52,7
+52,9
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
+ # pass CFLAGS again to override -O2 set by configure
$(MAKE) -C $(PKG_BUILD_DIR) \
+ CFLAGS="$(TARGET_CFLAGS)" \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
touch $@
This page took
0.027243 seconds
and
4
git commands to generate.