mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-16 16:25:23 +01:00
Update to zlib-1.2.13 and fix its download url.
This commit is contained in:
parent
a1505e1c68
commit
effac229c1
6 changed files with 7 additions and 7 deletions
1
sysc/zlib-1.2.13/sources
Normal file
1
sysc/zlib-1.2.13/sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
https://zlib.net/fossils/zlib-1.2.13.tar.gz b3a24de97a8fdbc835b9833169501030b8977031bcb54b3b3ac13740f846ab30
|
||||
7
sysc/zlib-1.2.13/zlib-1.2.13.sh
Executable file
7
sysc/zlib-1.2.13/zlib-1.2.13.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