mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-28 05:49:33 +00:00
Disable websocket support in aria2.
We don't need it. It could speed up a bit the compilation.
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user