aboutsummaryrefslogtreecommitdiffstats
path: root/package/ipset/Makefile
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-06-07 17:43:50 +0000
committerTim Yardley <lst@openwrt.org>2007-06-07 17:43:50 +0000
commit011e4c5ac06f43809590fe714d2b24366a4ef693 (patch)
tree6d8c49141c874033608c632de2637548e3c9ebf9 /package/ipset/Makefile
parentfbb6529ac15ea0433ab81ecabb3431db2085bc54 (diff)
downloadmaster-187ad058-011e4c5ac06f43809590fe714d2b24366a4ef693.tar.gz
master-187ad058-011e4c5ac06f43809590fe714d2b24366a4ef693.tar.bz2
master-187ad058-011e4c5ac06f43809590fe714d2b24366a4ef693.zip
fix ipset bitops not working
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7520 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ipset/Makefile')
-rw-r--r--package/ipset/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ipset/Makefile b/package/ipset/Makefile
index f3b451d624..b06a727f10 100644
--- a/package/ipset/Makefile
+++ b/package/ipset/Makefile
@@ -29,6 +29,7 @@ define Build/Compile
$(call Build/Compile/Default, \
COPT_FLAGS="$(TARGET_CFLAGS)" \
KERNEL_DIR="$(LINUX_DIR)" \
+ PREFIX="/usr" \
)
endef