Older versions of libiconv don't work with newer versions of GCC (#6829)

This commit is contained in:
Adam J. Stewart 2018-01-10 09:47:33 -06:00 committed by GitHub
parent c1117f0593
commit ab4e20a49c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,8 @@ class Libiconv(AutotoolsPackage):
# of C11 any more and thus might not exist.
patch('gets.patch', when='@1.14')
conflicts('@1.14', when='%gcc@5:')
def configure_args(self):
args = ['--enable-extra-encodings']