From 5f7ae7d964d7b6cb51f3b2c13b326a3aa6ebb5e2 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Thu, 2 Feb 2023 21:40:02 +1100 Subject: [PATCH] Fix LIBDIR before musl built Strictly, LIBDIR=/usr/lib/mes pre-musl. --- sysa/run.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sysa/run.sh b/sysa/run.sh index 7428e7d..a8520c3 100755 --- a/sysa/run.sh +++ b/sysa/run.sh @@ -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