mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
recompile tar and add gzip 1.12 for V1.0 roadmap
recompile tar and add gzip 1.12 for V1.0 roadmap Update parts.rst to add tar 1.34 pass 2 and gzip 1.12 Corrected Gzip CRC
This commit is contained in:
parent
80e65b7c23
commit
5f4c66467e
4 changed files with 38 additions and 0 deletions
10
parts.rst
10
parts.rst
|
|
@ -1193,3 +1193,13 @@ to ensure the compiler is suitable for downstream consumption;
|
|||
really be handled by the libc, which is what most distributions do.
|
||||
* LTO now fully functions correctly, despite both the linker and the compiler
|
||||
being static binaries.
|
||||
|
||||
tar 1.34 (pass 2)
|
||||
========
|
||||
|
||||
Rebuild tar using the musl tool chain.
|
||||
|
||||
gzip 1.12
|
||||
==========
|
||||
|
||||
Build the latest version of gzip using the musl tool chain.
|
||||
|
|
|
|||
23
sysc/gzip-1.12/gzip-1.12.sh
Executable file
23
sysc/gzip-1.12/gzip-1.12.sh
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/sh
|
||||
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021-22 fosslinux <fosslinux@aussies.space>
|
||||
# SPDX-FileCopyrightText: 2021 Paul Dersey <pdersey@gmail.com>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
ssrc_prepare() {
|
||||
default
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
}
|
||||
1
sysc/gzip-1.12/sources
Normal file
1
sysc/gzip-1.12/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://mirrors.kernel.org/gnu/gzip/gzip-1.12.tar.gz 5b4fb14d38314e09f2fc8a1c510e7cd540a3ea0e3eb9b0420046b82c3bf41085
|
||||
|
|
@ -128,6 +128,10 @@ build binutils-2.38 pass2.sh
|
|||
|
||||
build gcc-13.1.0
|
||||
|
||||
build tar-1.34
|
||||
|
||||
Build gzip-1.12
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
echo 'Forcing all files timestamps to be 0 unix time.'
|
||||
canonicalise_all_files_timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue