update package versions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user