projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for Atheros SoC (used in Fonera, Meraki) - Merry Christmas, everybody :)
[openwrt.git]
/
tools
/
ext2fs
/
Makefile
diff --git
a/tools/ext2fs/Makefile
b/tools/ext2fs/Makefile
index
dd60a7e
..
f10adbb
100644
(file)
--- a/
tools/ext2fs/Makefile
+++ b/
tools/ext2fs/Makefile
@@
-42,7
+42,9
@@
define Build/Configure
endef
define Build/Compile
- $(MAKE) -C $(PKG_BUILD_DIR) all
+ $(MAKE) -C $(PKG_BUILD_DIR) \
+ CFLAGS="-O2 -I $(STAGING_DIR)/include-host -include getline.h" \
+ all
endef
define Build/Install
This page took
0.024925 seconds
and
4
git commands to generate.