From 92d10e2cdf8dca65d5851cb49126a2308f514e29 Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Fri, 16 May 2025 18:37:01 -0400 Subject: [PATCH] nftables: remove usage of autoreconf The usage of automake is left over after the patch which required it was removed since the new configure option "--without-cli" was added to upstream. Remove the usage of autotools to save build time. Ref: 72e6e0b85 ("nftables: introduce experimental nftables") Signed-off-by: Michael Pratt Link: https://github.com/openwrt/openwrt/pull/16522 Signed-off-by: Robert Marko --- package/network/utils/nftables/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index f2f7e5f12f0..86ab2b7ab9e 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -17,7 +17,6 @@ PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_FLAGS:=lto -- 2.47.2