Disable websocket support in aria2.
We don't need it. It could speed up a bit the compilation.
This commit is contained in:
parent
703cac1f70
commit
f96ae19c88
|
@ -23,4 +23,4 @@ class Aria2(Dependency):
|
|||
|
||||
class Builder(MakeBuilder):
|
||||
dependencies = ['zlib']
|
||||
configure_option = "--disable-libaria2 --without-sqlite3"
|
||||
configure_option = "--disable-libaria2 --disable-websocket --without-sqlite3"
|
||||
|
|
Loading…
Reference in New Issue