Upgrade ipset to 2.2.9a, fix compilation errors with it (#1848)
[openwrt.git] / package / ipset / Makefile
index c683343..f472d0c 100644 (file)
@@ -9,13 +9,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ipset
-PKG_VERSION:=2.2.3
+PKG_VERSION:=2.2.9a
 PKG_RELEASE:=1
 
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20050914.tar.bz2
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-20061009.tar.bz2
 PKG_SOURCE_URL:=http://ipset.netfilter.org
-PKG_MD5SUM:=1709424cc2cdb925d4fb6fd5fcaefc26
-PKG_CAT:=bzcat
+PKG_MD5SUM:=74ce3226b30cdd386630250bdc3488ef
 
 include $(INCLUDE_DIR)/package.mk
 
@@ -30,6 +29,7 @@ define Build/Compile
        $(call Build/Compile/Default, \
                COPT_FLAGS="$(TARGET_CFLAGS)" \
                KERNEL_DIR="$(LINUX_DIR)" \
+               PREFIX="/usr" \
        )
 endef
 
This page took 0.024866 seconds and 4 git commands to generate.