axel: fix build error (#19387)
This commit is contained in:
parent
9241cad299
commit
53fc4f92b7
1 changed files with 4 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue