projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3dace10
)
add target optimization flags
author
Nicolas Thill
<nico@openwrt.org>
Fri, 27 Oct 2006 15:48:48 +0000
(15:48 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 27 Oct 2006 15:48:48 +0000
(15:48 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5312
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index
f78ab77
..
3b53858
100644
(file)
--- a/
package/ipset/Makefile
+++ b/
package/ipset/Makefile
@@
-30,6
+30,7
@@
endef
define Build/Compile
$(call Build/Compile/Default, \
+ COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="$(LINUX_DIR)" \
)
endef