From: Michael Pratt Date: Fri, 16 May 2025 22:37:01 +0000 (-0400) Subject: nftables: remove usage of autoreconf X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92d10e2cdf8dca65d5851cb49126a2308f514e29;p=thirdparty%2Fopenwrt.git 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 --- 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