libffi: drop autoreconf
authorRobert Marko <robimarko@gmail.com>
Thu, 20 Feb 2025 10:45:39 +0000 (11:45 +0100)
committerRobert Marko <robimarko@gmail.com>
Thu, 20 Feb 2025 17:12:02 +0000 (18:12 +0100)
commitc8949c84a25c0cfa8a6c77b9fe2725de0b8480cd
treee9e853630ccb33483f9710c2f57068780d1c67c6
parentadce3507006e90926fce7947819da106d345809f
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 <robimarko@gmail.com>
libs/libffi/Makefile