mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Update zlib to 1.2.12
This commit is contained in:
parent
cc2b17c46b
commit
acf713595c
3 changed files with 3 additions and 3 deletions
7
sysc/zlib-1.2.12/zlib-1.2.12.sh
Executable file
7
sysc/zlib-1.2.12/zlib-1.2.12.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