mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 12:06:31 +01:00
fix(resume): regenerate and realign guix script entrypoint; suffix duplicate guix package names
This commit is contained in:
parent
076a70976a
commit
b18cba40b3
21 changed files with 23 additions and 6 deletions
19
steps-guix/libffi-3.5.2-guix/pass1.sh
Executable file
19
steps-guix/libffi-3.5.2-guix/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-guix/libffi-3.5.2-guix/sources
Normal file
1
steps-guix/libffi-3.5.2-guix/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