mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-14 15:25:23 +01:00
Move musl build with shared libraries after autogen.
This commit is contained in:
parent
d1d36a4b8d
commit
3900cf04ca
10 changed files with 31 additions and 27 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# SPDX-FileCopyrightText: 2021-2022 Andrius Štikonas <andrius@stikonas.eu>
|
||||
# SPDX-FileCopyrightText: 2021 Andrius Štikonas <andrius@stikonas.eu>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
|
|
@ -15,5 +15,5 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
LDFLAGS="-static" ./configure --prefix="${PREFIX}"
|
||||
./configure --prefix="${PREFIX}"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue