mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-07 11:55:23 +01:00
libffi 3.3
This commit is contained in:
parent
acfe6cc771
commit
bdab13eb60
6 changed files with 33 additions and 0 deletions
2
sysc/libffi-3.3/checksums
Normal file
2
sysc/libffi-3.3/checksums
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
7075d6d73018f2fb476becae14c3e99e048693c35171be2e720d0908c587c804 /usr/lib/musl/libffi.a
|
||||
9820e2ba08793d65590abb65d6308332653cc3e318848f350a29321c96b3c21f /usr/lib/musl/libffi.la
|
||||
19
sysc/libffi-3.3/libffi-3.3.sh
Executable file
19
sysc/libffi-3.3/libffi-3.3.sh
Executable 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}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--build=i386-unknown-linux-musl \
|
||||
--disable-shared \
|
||||
--with-gcc-arch=generic \
|
||||
--enable-pax_emutramp
|
||||
}
|
||||
|
|
@ -70,6 +70,8 @@ build gperf-3.1
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue