]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc: Add missing patch hunk back
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2016 22:13:06 +0000 (23:13 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 May 2016 22:16:17 +0000 (23:16 +0100)
This hunk of patch went missing during the glibc upgrade to 2.24
and without it, uninative-tarball doesn't work properly. This adds
it back so we can spin a new version of uninative.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch

index 23b9fcbe964770d2badb6ad70f417447aa4a8717..2e7971c8c6e87e288ef7b87239fc6429710fee68 100644 (file)
@@ -121,6 +121,18 @@ index eb2f900..505804e 100644
  #ifndef add_system_dir
  # define add_system_dir(dir) add_dir (dir)
  #endif
+diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c
+--- a/iconv/gconv_conf.c
++++ b/iconv/gconv_conf.c
+@@ -36,7 +36,7 @@
+ /* This is the default path where we look for module lists.  */
+-static const char default_gconv_path[] = GCONV_PATH;
++static char default_gconv_path[4096] __attribute__ ((section (".gccrelocprefix"))) = GCONV_PATH;
+ /* The path elements, as determined by the __gconv_get_path function.
+    All path elements end in a slash.  */
 -- 
 2.8.2