libffi 3.3

This commit is contained in:
Andrius Štikonas 2021-07-01 21:59:05 +01:00
parent f0079dd1d5
commit 6edb5b3212
6 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,2 @@
3d01da5556e023cade92bbead79e603a4dd075c3849f9cfb4c9cf192d8af4310 /image/lib/musl/libffi.a
637d4ce21439df28b5313d07f5ce08a2b4e86537b0d7654913518f8989834eba /image/lib/musl/libffi.la

19
sysa/libffi-3.3/libffi-3.3.sh Executable file
View file

@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
#
# SPDX-License-Identifier: GPL-3.0-or-later
src_prepare() {
find . -name '*.info*' -delete
autoreconf-2.69 -fi
}
src_configure() {
./configure \
--prefix="${PREFIX}" \
--build=i386-unknown-linux-gnu \
--host=i386-unknown-linux-gnu \
--target=i386-unknown-linux-gnu \
--libdir="${PREFIX}/lib/musl" \
--disable-shared
}

View file

@ -64,6 +64,8 @@ build gcc-4.7.4 pass1.sh checksums/pass1
build libunistring-0.9.10
build libffi-3.3
if [ "$FORCE_TIMESTAMPS" = True ] ; then
echo 'Forcing all files timestamps to be 0 unix time.'
canonicalise_all_files_timestamp