libffi: update to 3.5.2

This commit is contained in:
Samuel Tyler 2026-01-31 21:00:11 +11:00
parent b14eef084a
commit 5b1f43144f
No known key found for this signature in database
GPG key ID: EB5091A5C77E8DC4
6 changed files with 14 additions and 20 deletions

View file

@ -1,19 +0,0 @@
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.info*' -delete
autoreconf-2.71 -fi
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--libdir="${LIBDIR}" \
--build="${TARGET}" \
--disable-shared \
--with-gcc-arch=generic \
--enable-pax_emutramp
}