diff options
author | Romain Naour <romain.naour@gmail.com> | 2017-06-03 23:47:44 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-04 09:38:01 +0200 |
commit | 77c6d92c65c119eb0ff6fe1e89fec64f7c0ede0d (patch) | |
tree | a4ad907ac2045674a5230cb4bdfee90c9390e604 /package/nodejs/nodejs.hash | |
parent | bfc90a5621c680000f8b19e8afea944da5c2a469 (diff) | |
download | buildroot-77c6d92c65c119eb0ff6fe1e89fec64f7c0ede0d.tar.gz buildroot-77c6d92c65c119eb0ff6fe1e89fec64f7c0ede0d.zip |
package/libiconv: bump to 1.15
libiconv doesn't build with gcc 6 due to a macro in stdio.h using gets()
which has been removed with the C11 standard.
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
With libiconv 1.15, this macro is protected by
#if HAVE_RAW_DECL_GETS && !defined __cplusplus
_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
#endif
Fixes:
http://autobuild.buildroot.net/results/61b/61bbfc839f99feb043d3456f107429d6e5319258
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/nodejs/nodejs.hash')
0 files changed, 0 insertions, 0 deletions