libxml2: pass location for libiconv to build system (#12588)

This commit is contained in:
Greg Becker 2019-08-27 10:29:01 -05:00 committed by Todd Gamblin
parent 4b767b83a9
commit dce9fc4d63

View File

@ -47,7 +47,8 @@ def headers(self):
def configure_args(self):
spec = self.spec
args = ['--with-lzma={0}'.format(spec['xz'].prefix)]
args = ['--with-lzma={0}'.format(spec['xz'].prefix),
'--with-iconv={0}'.format(spec['libiconv'].prefix)]
if '+python' in spec:
args.extend([