From: Robert Marko Date: Thu, 20 Feb 2025 10:45:39 +0000 (+0100) Subject: libffi: drop autoreconf X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c8949c84a25c0cfa8a6c77b9fe2725de0b8480cd;p=feed%2Fpackages.git 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 --- 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