fix ipset bitops not working
[openwrt/svn-archive/archive.git] / package / ipset / Makefile
index f3b451d624d2bb49ae3ba87bbf8d0d9eda909c88..b06a727f10b15d10505e2310e1033f126ab6a71b 100644 (file)
@@ -29,6 +29,7 @@ define Build/Compile
        $(call Build/Compile/Default, \
                COPT_FLAGS="$(TARGET_CFLAGS)" \
                KERNEL_DIR="$(LINUX_DIR)" \
+               PREFIX="/usr" \
        )
 endef