diff options
author | Tim Yardley <lst@openwrt.org> | 2007-06-07 17:43:50 +0000 |
---|---|---|
committer | Tim Yardley <lst@openwrt.org> | 2007-06-07 17:43:50 +0000 |
commit | 011e4c5ac06f43809590fe714d2b24366a4ef693 (patch) | |
tree | 6d8c49141c874033608c632de2637548e3c9ebf9 /package/ipset/Makefile | |
parent | fbb6529ac15ea0433ab81ecabb3431db2085bc54 (diff) | |
download | upstream-011e4c5ac06f43809590fe714d2b24366a4ef693.tar.gz upstream-011e4c5ac06f43809590fe714d2b24366a4ef693.tar.bz2 upstream-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/Makefile | 1 |
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 |