No autoreconf aria2
This commit is contained in:
parent
d97b4767a2
commit
29678055d0
|
@ -14,10 +14,10 @@ class Aria2(Dependency):
|
|||
'58d1e7608c12404f0229a3d9a4953d0d00c18040504498b483305bcb3de907a5',
|
||||
'https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz')
|
||||
|
||||
def _post_prepare_script(self, context):
|
||||
context.try_skip(self.extract_path)
|
||||
command = "autoreconf -i"
|
||||
run_command(command, self.extract_path, context)
|
||||
#def _post_prepare_script(self, context):
|
||||
# context.try_skip(self.extract_path)
|
||||
# command = "autoreconf -i"
|
||||
# run_command(command, self.extract_path, context)
|
||||
|
||||
class Builder(MakeBuilder):
|
||||
dependencies = ['zlib']
|
||||
|
|
Loading…
Reference in New Issue