Skip to content

Commit

Permalink
toolchain: glibc: Update to glibc 2.35 (#10276)
Browse files Browse the repository at this point in the history
This updates to glibc to version 2.35.

Signed-off-by: Hauke Mehrtens <[email protected]>

Signed-off-by: Hauke Mehrtens <[email protected]>
Co-authored-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
misaka36 and hauke authored Oct 19, 2022
1 parent 17ae188 commit 4c72b16
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions toolchain/glibc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=glibc
PKG_VERSION:=2.34
PKG_VERSION:=2.35
PKG_RELEASE:=1

PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=72123e1b56f53f9205bb105f8a62d0869b837b22
PKG_MIRROR_HASH:=934ec7067d41da0b76b8f29a1cd03b10ba9d98c2f761f7b32f8595e59ac2b428
PKG_SOURCE_VERSION:=813a8d01716d4e099ec57194a93b14fa08b4beca
PKG_MIRROR_HASH:=8c8d92dde334f0e0f9a0949d25b2950db513ce8723c31ae0b0ef64730a00322f
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ provides them.
range [FROM - N + 1, FROM - 1]. If N is odd the first byte in FROM
--- a/stdlib/stdlib.h
+++ b/stdlib/stdlib.h
@@ -968,6 +968,12 @@ extern int getsubopt (char **__restrict
@@ -971,6 +971,12 @@ extern int getsubopt (char **__restrict
#endif


Expand Down
2 changes: 1 addition & 1 deletion toolchain/glibc/patches/200-add-dl-search-paths.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker

--- a/Makeconfig
+++ b/Makeconfig
@@ -610,6 +610,9 @@ else
@@ -618,6 +618,9 @@ else
default-rpath = $(libdir)
endif

Expand Down

0 comments on commit 4c72b16

Please sign in to comment.