axel: fix build error (#19387)
This commit is contained in:
parent
9241cad299
commit
53fc4f92b7
@ -21,3 +21,7 @@ class Axel(AutotoolsPackage):
|
|||||||
depends_on('pkgconfig', type='build')
|
depends_on('pkgconfig', type='build')
|
||||||
depends_on('gettext')
|
depends_on('gettext')
|
||||||
depends_on('openssl')
|
depends_on('openssl')
|
||||||
|
|
||||||
|
def autoreconf(self, spec, prefix):
|
||||||
|
bash = which('bash')
|
||||||
|
bash('./autogen.sh')
|
||||||
|
Loading…
Reference in New Issue
Block a user