libxml2: pass location for libiconv to build system (#12588)
This commit is contained in:
parent
4b767b83a9
commit
dce9fc4d63
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user