Add latest version of libiconv (#3451)

This commit is contained in:
Adam J. Stewart 2017-03-15 20:08:01 -05:00 committed by GitHub
parent d0060bc318
commit caf209bdd7

View file

@ -31,13 +31,14 @@ class Libiconv(AutotoolsPackage):
and the iconv program for character set conversion."""
homepage = "https://www.gnu.org/software/libiconv/"
url = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz"
url = "http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.15.tar.gz"
version('1.15', 'ace8b5f2db42f7b3b3057585e80d9808')
version('1.14', 'e34509b1623cec449dfeb73d7ce9c6c6')
# We cannot set up a warning for gets(), since gets() is not part
# of C11 any more and thus might not exist.
patch("gets.patch")
patch('gets.patch', when='@1.14')
def configure_args(self):
args = ['--enable-extra-encodings']