mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +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
|
|
@ -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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue