From 2f977974714468e1a0ee20e4cce233da63d06dd0 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 1 May 2019 10:08:10 -0700 Subject: nftables: Fix compilation with uClibc-ng MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Missing header for va_list. Signed-off-by: Rosen Penev Signed-off-by: Petr Štetiar [updated with upstream version of the patch] --- package/network/utils/nftables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/network/utils/nftables/Makefile') 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 -- cgit v1.2.3