mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2025-04-03 23:55:16 +00:00
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>
17 lines
374 B
Makefile
17 lines
374 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=autoconf-archive
|
|
PKG_VERSION:=2023.02.20
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
|
PKG_SOURCE_URL:=@GNU/autoconf-archive
|
|
PKG_HASH:=71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
define Host/Uninstall
|
|
-$(call Host/Compile/Default,uninstall)
|
|
endef
|
|
|
|
$(eval $(call HostBuild))
|