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 | 741dbcff1626c2745296cfb2410b3f3d762b85fc (patch) | |
tree | 75103399ba3ddd0bf2559153e027c39c5ecbfff9 /package/ipset/Makefile | |
parent | 882e17e7231dc9fd9d9d370cef41ecd29e2cb29a (diff) | |
download | upstream-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/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 |