Skip to content
Snippets Groups Projects
Unverified Commit ab4e20a4 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

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

parent c1117f05
No related branches found
No related tags found
No related merge requests found
......@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment