mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-13 23:05:24 +01:00
Final fixes:
- All QEMU reproducibility issues resolved - Added SPDX licensing - Couple other small issues - Fix guile reproducbility
This commit is contained in:
parent
9543a47f1b
commit
b760b3eb2b
78 changed files with 287 additions and 56 deletions
|
|
@ -1,11 +1,12 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
. ../../import-gnulib.sh
|
||||
|
||||
default_src_prepare
|
||||
default
|
||||
|
||||
autoreconf-2.61 -f
|
||||
|
||||
|
|
@ -15,7 +16,10 @@ src_prepare() {
|
|||
|
||||
src_configure() {
|
||||
# Musl is not recognized, pretend to be uClibc
|
||||
CC=tcc ./configure --prefix="${PREFIX}" CPPFLAGS="-D__UCLIBC__"
|
||||
# Must use --host for config.charset reproducibility
|
||||
CC=tcc ./configure --prefix="${PREFIX}" \
|
||||
--host=i386-unknown-linux-gnu \
|
||||
CPPFLAGS="-D__UCLIBC__"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue