aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-12-14 16:03:45 +0000
committerSteven Barth <steven@midlink.org>2014-12-14 16:03:45 +0000
commit14ec28d1a408fb2edbd55e87d66042f6a0b9a950 (patch)
treeba9a93e23699300b683fbabb81a502b6a0e54641 /package/network/utils/nftables/Makefile
parente4b082b017f6275db14579fce4952a811785b8fb (diff)
downloadmaster-187ad058-14ec28d1a408fb2edbd55e87d66042f6a0b9a950.tar.gz
master-187ad058-14ec28d1a408fb2edbd55e87d66042f6a0b9a950.tar.bz2
master-187ad058-14ec28d1a408fb2edbd55e87d66042f6a0b9a950.zip
nftables: bump to latest git, fix mini-gmp patches
Signed-off-by: Steven Barth <steven@midlink.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index 4f25ee91e7..54b209dce0 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -7,14 +7,14 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
-PKG_VERSION:=0.3+2014-10-21
+PKG_VERSION:=0.3+2014-12-11
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=git://git.netfilter.org/nftables
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_VERSION:=17b495957b29e699f59874d1ceca9535921b1a79
+PKG_SOURCE_VERSION:=81cffc1ee5098809167085bc997297a61d7476bd
PKG_MAINTAINER:=Steven Barth <steven@midlink.org>
PKG_LICENSE:=GPL-2.0
@@ -27,6 +27,8 @@ CONFIGURE_ARGS += \
--without-libgmp \
--without-cli \
+TARGET_CFLAGS += -D_GNU_SOURCE
+
define Package/nftables
SECTION:=net
CATEGORY:=Network