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
commit741dbcff1626c2745296cfb2410b3f3d762b85fc (patch)
tree75103399ba3ddd0bf2559153e027c39c5ecbfff9 /package/ipset/Makefile
parent882e17e7231dc9fd9d9d370cef41ecd29e2cb29a (diff)
downloadupstream-741dbcff1626c2745296cfb2410b3f3d762b85fc.tar.gz
upstream-741dbcff1626c2745296cfb2410b3f3d762b85fc.tar.bz2
upstream-741dbcff1626c2745296cfb2410b3f3d762b85fc.zip
fix ipset bitops not working
SVN-Revision: 7520
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