toolchain/glibc: update to 2.27+
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
0d0bd8e6da
commit
79982b26bb
2 changed files with 4 additions and 4 deletions
|
@ -7,12 +7,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=glibc
|
||||
PKG_VERSION:=2.26
|
||||
PKG_VERSION:=2.27
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||
PKG_SOURCE_VERSION:=c5c90b480e4f21ed1d28e0e6d942b06b8d9e8bd7
|
||||
PKG_MIRROR_HASH:=f8e81f714fb5df5b142c0004d69aba87fc73235cffb86b1b1837e993e910bc13
|
||||
PKG_SOURCE_VERSION:=a127df9f3ec6de1d59d8f864a1e9b60da859f269
|
||||
PKG_MIRROR_HASH:=6c782bd1284a382f2df0c3af7c977f13a970f1545815f39a4f581665d8a365b1
|
||||
PKG_SOURCE_URL:=https://sourceware.org/git/glibc.git
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker
|
|||
|
||||
--- a/Makeconfig
|
||||
+++ b/Makeconfig
|
||||
@@ -578,6 +578,9 @@ else
|
||||
@@ -589,6 +589,9 @@ else
|
||||
default-rpath = $(libdir)
|
||||
endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue