Skip to content

Commit

Permalink
Update to glibc 2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
uwueviee committed Aug 29, 2021
1 parent 1561a88 commit 241d715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion glibc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 241d715

Please sign in to comment.