projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93ab44d
)
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)
SVN-Revision: 5312
package/ipset/Makefile
patch
|
blob
|
history
diff --git
a/package/ipset/Makefile
b/package/ipset/Makefile
index f78ab77a05820ee845e8a50dd6e47b20ae286e60..3b53858601275d6e96575de33809a01951e1ce8d 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