From 2dece3aee827eb54d499bdb764ab8fed6cd42c2e Mon Sep 17 00:00:00 2001 From: Massimiliano Culpo Date: Tue, 7 Apr 2020 18:56:54 +0200 Subject: 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 Co-authored-by: Adam J. Stewart --- var/spack/repos/builtin/packages/cryptsetup/package.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'var') 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 -- cgit v1.2.3-70-g09d2