Disable websocket support in aria2.

We don't need it. It could speed up a bit the compilation.
This commit is contained in:
Matthieu Gautier 2018-11-29 11:41:11 +01:00
parent 703cac1f70
commit f96ae19c88
1 changed files with 1 additions and 1 deletions

View File

@ -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"