diff --git a/kiwixbuild/dependencies/libcurl.py b/kiwixbuild/dependencies/libcurl.py index 1faa1a6..b613593 100644 --- a/kiwixbuild/dependencies/libcurl.py +++ b/kiwixbuild/dependencies/libcurl.py @@ -32,6 +32,7 @@ class LibCurl(Dependency): configure_options = [ f"-D{p}=disabled" for p in ( + "psl", "ssh", "ssl", "rtmp",