From d65d1269b925ae5bb8bcfa7cf8acedb28b95cd51 Mon Sep 17 00:00:00 2001 From: healther Date: Thu, 17 Aug 2017 14:18:02 +0200 Subject: 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 --- var/spack/repos/builtin/packages/libxslt/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/libxslt/package.py b/var/spack/repos/builtin/packages/libxslt/package.py index 53c0438508..a87ae7ffee 100644 --- a/var/spack/repos/builtin/packages/libxslt/package.py +++ b/var/spack/repos/builtin/packages/libxslt/package.py @@ -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") -- cgit v1.2.3-70-g09d2