diff options
author | Nicolas Thill <nico@openwrt.org> | 2006-10-27 15:48:48 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2006-10-27 15:48:48 +0000 |
commit | 35d17c51695271f845e3b23578f8ad166fa8afb6 (patch) | |
tree | 35ff2cb3ebbd53c6eac4a5ab49ea5644276c3062 /package/ipset | |
parent | 3dace10f8be1d44b8890c5ae4dec99f8897552d6 (diff) | |
download | upstream-35d17c51695271f845e3b23578f8ad166fa8afb6.tar.gz upstream-35d17c51695271f845e3b23578f8ad166fa8afb6.tar.bz2 upstream-35d17c51695271f845e3b23578f8ad166fa8afb6.zip |
add target optimization flags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5312 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset')
-rw-r--r-- | package/ipset/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile index f78ab77a05..3b53858601 100644 --- 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 |