mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
zlib-1.2.11.
This commit is contained in:
parent
d6b032501a
commit
740fa5635b
6 changed files with 20 additions and 0 deletions
|
|
@ -58,6 +58,8 @@ build gettext-0.21
|
|||
|
||||
build texinfo-6.7
|
||||
|
||||
build zlib-1.2.11
|
||||
|
||||
build libunistring-0.9.10
|
||||
|
||||
if [ "$FORCE_TIMESTAMPS" = True ] ; then
|
||||
|
|
|
|||
1
sysa/zlib-1.2.11/checksums
Normal file
1
sysa/zlib-1.2.11/checksums
Normal file
|
|
@ -0,0 +1 @@
|
|||
8e8255b1f90615cbb69f45697edcfd17dae492e090ca31c9d5390cb2d076e1b4 /image/lib/musl/libz.a
|
||||
7
sysa/zlib-1.2.11/zlib-1.2.11.sh
Executable file
7
sysa/zlib-1.2.11/zlib-1.2.11.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --libdir="${PREFIX}/lib/musl" --static
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue