summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2020-04-07 18:56:54 +0200
committerGitHub <noreply@github.com>2020-04-07 11:56:54 -0500
commit2dece3aee827eb54d499bdb764ab8fed6cd42c2e (patch)
tree5ea540b2faae0d5b42f2f1c132486e5d9723aff0 /var
parent375e1c62c7a292eb8e5df637d6a0bcdf650b58ca (diff)
downloadspack-2dece3aee827eb54d499bdb764ab8fed6cd42c2e.tar.gz
spack-2dece3aee827eb54d499bdb764ab8fed6cd42c2e.tar.bz2
spack-2dece3aee827eb54d499bdb764ab8fed6cd42c2e.tar.xz
spack-2dece3aee827eb54d499bdb764ab8fed6cd42c2e.zip
cryptsetup: restrict the version of automake if @2.2.1 (#15918)
* cryptsetup: restrict the version of automake if @2.2.1 fixes #15706 * Update var/spack/repos/builtin/packages/cryptsetup/package.py Co-Authored-By: Adam J. Stewart <ajstewart426@gmail.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/cryptsetup/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cryptsetup/package.py b/var/spack/repos/builtin/packages/cryptsetup/package.py
index 99c14de004..c81e024d4d 100644
--- a/var/spack/repos/builtin/packages/cryptsetup/package.py
+++ b/var/spack/repos/builtin/packages/cryptsetup/package.py
@@ -34,6 +34,8 @@ class Cryptsetup(AutotoolsPackage):
depends_on('libtool', type='build')
depends_on('m4', type='build')
+ depends_on('automake@:1.16.1', when='@2.2.1', type='build')
+
# Upstream includes support for discovering the location of the libintl
# library but is missing the bit in the Makefile.ac that includes it in
# the LDFLAGS. See https://gitlab.com/cryptsetup/cryptsetup/issues/479