From c22117a7910b26ca095e7c58931904f2a9c2080f Mon Sep 17 00:00:00 2001 From: Hans Dedecker Date: Mon, 11 Jun 2018 17:53:56 +0200 Subject: toolchain/glibc: update to latest 2.26 commit 7b52c8ae05 libio: Avoid _allocate_buffer, _free_buffer function pointers [BZ #23236] Refresh patches Signed-off-by: Hans Dedecker --- toolchain/glibc/patches/100-fix_cross_rpcgen.patch | 2 +- toolchain/glibc/patches/200-add-dl-search-paths.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'toolchain/glibc/patches') diff --git a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch index 6a5e537b77..f10efcc5d6 100644 --- a/toolchain/glibc/patches/100-fix_cross_rpcgen.patch +++ b/toolchain/glibc/patches/100-fix_cross_rpcgen.patch @@ -38,7 +38,7 @@ +++ b/sunrpc/rpc_main.c @@ -958,9 +958,10 @@ mkfile_output (struct commandline *cmd) abort (); - temp = rindex (cmd->infile, '.'); + temp = strrchr (cmd->infile, '.'); cp = stpcpy (mkfilename, "Makefile."); - if (temp != NULL) - *((char *) stpncpy (cp, cmd->infile, temp - cmd->infile)) = '\0'; diff --git a/toolchain/glibc/patches/200-add-dl-search-paths.patch b/toolchain/glibc/patches/200-add-dl-search-paths.patch index 8f720cb9fd..5bd58dc8d5 100644 --- a/toolchain/glibc/patches/200-add-dl-search-paths.patch +++ b/toolchain/glibc/patches/200-add-dl-search-paths.patch @@ -2,7 +2,7 @@ add /usr/lib to default search path for the dynamic linker --- a/Makeconfig +++ b/Makeconfig -@@ -571,6 +571,9 @@ else +@@ -578,6 +578,9 @@ else default-rpath = $(libdir) endif -- cgit v1.2.3