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:
healther 2017-08-17 14:18:02 +02:00 committed by Adam J. Stewart
parent 101693d823
commit d65d1269b9

View File

@ -43,6 +43,7 @@ class Libxslt(AutotoolsPackage):
variant('crypto', default=True,
description='Build libexslt with crypto support')
depends_on("libiconv")
depends_on("libxml2")
depends_on("xz")
depends_on("zlib")