[openwrt/openwrt] nftables: remove usage of autoreconf
LEDE Commits
lede-commits at lists.infradead.org
Sat Jul 26 05:38:55 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/92d10e2cdf8dca65d5851cb49126a2308f514e29
commit 92d10e2cdf8dca65d5851cb49126a2308f514e29
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Fri May 16 18:37:01 2025 -0400
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 <mcpratt at pm.me>
Link: https://github.com/openwrt/openwrt/pull/16522
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
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 f2f7e5f12f..86ab2b7ab9 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
More information about the lede-commits
mailing list