diff options
-rw-r--r-- | meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch b/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch index 23b9fcbe96..2e7971c8c6 100644 --- a/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch +++ b/meta/recipes-core/glibc/glibc/0003-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch | |||
@@ -121,6 +121,18 @@ index eb2f900..505804e 100644 | |||
121 | #ifndef add_system_dir | 121 | #ifndef add_system_dir |
122 | # define add_system_dir(dir) add_dir (dir) | 122 | # define add_system_dir(dir) add_dir (dir) |
123 | #endif | 123 | #endif |
124 | diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c | ||
125 | --- a/iconv/gconv_conf.c | ||
126 | +++ b/iconv/gconv_conf.c | ||
127 | @@ -36,7 +36,7 @@ | ||
128 | |||
129 | |||
130 | /* This is the default path where we look for module lists. */ | ||
131 | -static const char default_gconv_path[] = GCONV_PATH; | ||
132 | +static char default_gconv_path[4096] __attribute__ ((section (".gccrelocprefix"))) = GCONV_PATH; | ||
133 | |||
134 | /* The path elements, as determined by the __gconv_get_path function. | ||
135 | All path elements end in a slash. */ | ||
124 | -- | 136 | -- |
125 | 2.8.2 | 137 | 2.8.2 |
126 | 138 | ||