add libiconv dependency to libxslt (#5138)
this is a fix to an installation that failed due to configure for some reason not finding the libiconv shipped with glibc, but still trying to link against it see http://xmlsoft.org/FAQ.html
This commit is contained in:
parent
101693d823
commit
d65d1269b9
@ -43,6 +43,7 @@ class Libxslt(AutotoolsPackage):
|
|||||||
variant('crypto', default=True,
|
variant('crypto', default=True,
|
||||||
description='Build libexslt with crypto support')
|
description='Build libexslt with crypto support')
|
||||||
|
|
||||||
|
depends_on("libiconv")
|
||||||
depends_on("libxml2")
|
depends_on("libxml2")
|
||||||
depends_on("xz")
|
depends_on("xz")
|
||||||
depends_on("zlib")
|
depends_on("zlib")
|
||||||
|
Loading…
Reference in New Issue
Block a user