summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Marko2025-02-25 16:22:01 +0000
committerRobert Marko2025-02-25 17:12:32 +0000
commite1acc7a67b92fa964710afe0a3ae2dad5c1f00c7 (patch)
treef5dd8d72d7223b802be975089ceeda55ed003779
parenta76651a24a440505de15c6340f53a84fb2052155 (diff)
downloadopenwrt-e1acc7a67b92fa964710afe0a3ae2dad5c1f00c7.tar.gz
Revert "tools/autoconf-archive: bump to 2024.10.16"
This reverts commit bbb3b985b036193d814e9742d07143330d19a71a. LuaJIT support that is included in 2024.10.16 was supposed to be optional but unfortunately, it seems that there is a bug[1] and its now breaking FRR host builds and more. So, revert the update for now. [1] https://lists.gnu.org/archive/html/autoconf-archive-maintainers/2024-11/msg00000.html Signed-off-by: Robert Marko <robimarko@gmail.com>
-rw-r--r--tools/autoconf-archive/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/autoconf-archive/Makefile b/tools/autoconf-archive/Makefile
index a0c75c1dca..a4ab423779 100644
--- a/tools/autoconf-archive/Makefile
+++ b/tools/autoconf-archive/Makefile
@@ -1,11 +1,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=autoconf-archive
-PKG_VERSION:=2024.10.16
+PKG_VERSION:=2023.02.20
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNU/autoconf-archive
-PKG_HASH:=7bcd5d001916f3a50ed7436f4f700e3d2b1bade3ed803219c592d62502a57363
+PKG_HASH:=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
include $(INCLUDE_DIR)/host-build.mk