From 53fc4f92b77a8f80dccffa4f9e4a7f1abe34b08e Mon Sep 17 00:00:00 2001 From: darmac Date: Wed, 21 Oct 2020 00:01:26 +0800 Subject: axel: fix build error (#19387) --- var/spack/repos/builtin/packages/axel/package.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/axel/package.py b/var/spack/repos/builtin/packages/axel/package.py index 14d50f95b5..d802704e0d 100644 --- a/var/spack/repos/builtin/packages/axel/package.py +++ b/var/spack/repos/builtin/packages/axel/package.py @@ -21,3 +21,7 @@ class Axel(AutotoolsPackage): depends_on('pkgconfig', type='build') depends_on('gettext') depends_on('openssl') + + def autoreconf(self, spec, prefix): + bash = which('bash') + bash('./autogen.sh') -- cgit v1.2.3-70-g09d2