update package versions

This commit is contained in:
2026-03-20 11:41:05 +01:00
parent 6b2c4981ce
commit 3cbe1e1f74
12 changed files with 90 additions and 46 deletions

View File

@@ -6,7 +6,7 @@
# This is the core C library that every program on the final system
# will link against. After this step, we can compile programs that
# actually run on the target.
# Inputs: ${LFS}/sources/glibc-2.43.tar.xz, glibc-2.43-fhs-1.patch
# Inputs: ${LFS}/sources/glibc-2.43.tar.xz, glibc-fhs-1.patch
# Outputs: Glibc installed to ${LFS}/usr/lib/, ${LFS}/usr/include/
# Assumes: Binutils Pass 1 + GCC Pass 1 + Linux Headers complete
# Ref: LFS 13.0 §5.5
@@ -39,7 +39,7 @@ esac
# Apply the FHS (Filesystem Hierarchy Standard) patch
# This makes glibc install some programs in /usr/sbin instead of /sbin
patch -Np1 -i ../glibc-2.43-fhs-1.patch
patch -Np1 -i ../glibc-fhs-1.patch
mkdir -v build
cd build