mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-24 03:56:32 +01:00
Add Guix step including bootstrap bin, build guix, build iso and fix some small bug
This commit is contained in:
parent
fb146bbf97
commit
3178f1f9e0
36 changed files with 890 additions and 7 deletions
17
steps-guix/patch-2.7.6/pass1.sh
Normal file
17
steps-guix/patch-2.7.6/pass1.sh
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
SEED_PREFIX="/bootstrap-seeds/patch-2.7.6"
|
||||
|
||||
src_configure() {
|
||||
CFLAGS="-O2" LDFLAGS="-static" ./configure \
|
||||
--prefix="${SEED_PREFIX}" \
|
||||
gl_cv_func_working_mktime=yes
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" MAKEINFO=true
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR="${DESTDIR}" MAKEINFO=true install
|
||||
}
|
||||
1
steps-guix/patch-2.7.6/sources
Normal file
1
steps-guix/patch-2.7.6/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
f https://mirrors.kernel.org/gnu/patch/patch-2.7.6.tar.xz ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd
|
||||
Loading…
Add table
Add a link
Reference in a new issue