From c8949c84a25c0cfa8a6c77b9fe2725de0b8480cd Mon Sep 17 00:00:00 2001 From: Robert Marko Date: Thu, 20 Feb 2025 11:45:39 +0100 Subject: [PATCH] libffi: drop autoreconf Trying to compile libffi now that automake has been updated to 1.17 will fail, however there is no reason for us to be calling autoreconf as libffi release tarballs already contain the generated configure script. So, drop the unnecessary autoreconf that seems to be leftover from the previous 3.4.2 bump as we dont have any patches targeting configure.ac nor libffi in general. Fixes: openwrt/openwrt#18041 Signed-off-by: Robert Marko --- libs/libffi/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libffi/Makefile b/libs/libffi/Makefile index 7e080f1d52..3a13f71c02 100644 --- a/libs/libffi/Makefile +++ b/libs/libffi/Makefile @@ -19,7 +19,6 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:libffi_project:libffi -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_FLAGS:=no-mips16 -- 2.30.2