diff --git a/README.md b/README.md index 1e63f64..e5cb21f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ You'll also need the sources for: * binutils 2.36.1 * gcc 10.2.0 * linux 5.13.13 -* glibc 2.33 with [this patch](https://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.33-fhs-1.patch) +* glibc 2.34 with [this patch](https://www.linuxfromscratch.org/patches/downloads/glibc/glibc-2.34-fhs-1.patch) * openssl 1.1.1l * cmake 3.21.1 * llvm 12.0.1 diff --git a/glibc.sh b/glibc.sh index 9b643b8..391f196 100755 --- a/glibc.sh +++ b/glibc.sh @@ -24,7 +24,7 @@ case $(uname -m) in ;; esac -patch -Np1 -i ./glibc-2.33-fhs-1.patch +patch -Np1 -i ./glibc-2.34-fhs-1.patch mkdir -v build cd build