mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
libffi: update to 3.5.2
This commit is contained in:
parent
b14eef084a
commit
5b1f43144f
6 changed files with 14 additions and 20 deletions
19
steps/libffi-3.5.2/pass1.sh
Executable file
19
steps/libffi-3.5.2/pass1.sh
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
# SPDX-FileCopyrightText: 2022 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
rm doc/libffi.{pdf,info}
|
||||
|
||||
autoreconf-2.71 -fi
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--build="${TARGET}" \
|
||||
--disable-shared \
|
||||
--with-gcc-arch=generic \
|
||||
--enable-pax_emutramp
|
||||
}
|
||||
1
steps/libffi-3.5.2/sources
Normal file
1
steps/libffi-3.5.2/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://github.com/libffi/libffi/releases/download/v3.5.2/libffi-3.5.2.tar.gz f3a3082a23b37c293a4fcd1053147b371f2ff91fa7ea1b2a52e335676bac82dc
|
||||
Loading…
Add table
Add a link
Reference in a new issue