mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-06 19:35:24 +01:00
Fix LIBDIR before musl built
Strictly, LIBDIR=/usr/lib/mes pre-musl.
This commit is contained in:
parent
73b8916e1f
commit
5f7ae7d964
1 changed files with 4 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ set -e
|
|||
|
||||
# shellcheck disable=SC2154
|
||||
PREFIX="${prefix}"
|
||||
# shellcheck disable=SC2034
|
||||
LIBDIR="${prefix}/lib/i386-unknown-linux-musl"
|
||||
LIBDIR="${PREFIX}/lib/mes"
|
||||
# shellcheck disable=SC2154
|
||||
SOURCES="${sysa}"
|
||||
DISTFILES="${sysa}/distfiles"
|
||||
|
|
@ -105,6 +104,9 @@ build flex-2.5.11
|
|||
# Rebuild tcc with some patches
|
||||
build tcc-0.9.27 tcc-mes-pass2.sh
|
||||
|
||||
# shellcheck disable=SC2034
|
||||
LIBDIR="${PREFIX}/lib/i386-unknown-linux-musl"
|
||||
|
||||
build musl-1.1.24
|
||||
|
||||
# Rebuild tcc using musl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue