axel: fix build error (#19387)

This commit is contained in:
darmac 2020-10-21 00:01:26 +08:00 committed by GitHub
parent 9241cad299
commit 53fc4f92b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')