package/libiconv: bump to 1.15
authorRomain Naour <romain.naour@gmail.com>
Sat, 3 Jun 2017 21:47:44 +0000 (23:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Jun 2017 07:38:01 +0000 (09:38 +0200)
commit77c6d92c65c119eb0ff6fe1e89fec64f7c0ede0d
treea4ad907ac2045674a5230cb4bdfee90c9390e604
parentbfc90a5621c680000f8b19e8afea944da5c2a469
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>
package/libiconv/libiconv.hash
package/libiconv/libiconv.mk