Older versions of libiconv don't work with newer versions of GCC (#6829)
This commit is contained in:
parent
c1117f0593
commit
ab4e20a49c
1 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue