aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-05-01 10:08:10 -0700
committerPetr Štetiar <ynezz@true.cz>2019-05-15 13:34:23 +0200
commit2f977974714468e1a0ee20e4cce233da63d06dd0 (patch)
tree244774b51085cefa934da0a53fe1347c69dd818e /package/network/utils/nftables/Makefile
parent5cd49395d35eade0d07b9db8c5ea47037de8db2f (diff)
downloadupstream-2f977974714468e1a0ee20e4cce233da63d06dd0.tar.gz
upstream-2f977974714468e1a0ee20e4cce233da63d06dd0.tar.bz2
upstream-2f977974714468e1a0ee20e4cce233da63d06dd0.zip
nftables: Fix compilation with uClibc-ng
Missing header for va_list. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> [updated with upstream version of the patch]
Diffstat (limited to 'package/network/utils/nftables/Makefile')
-rw-r--r--package/network/utils/nftables/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile
index d1e995116d..d4f91a2c89 100644
--- a/package/network/utils/nftables/Makefile
+++ b/package/network/utils/nftables/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nftables
PKG_VERSION:=0.9.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files