diff --git a/kiwixbuild/dependencies/libcurl.py b/kiwixbuild/dependencies/libcurl.py index b613593..691fb7e 100644 --- a/kiwixbuild/dependencies/libcurl.py +++ b/kiwixbuild/dependencies/libcurl.py @@ -33,6 +33,8 @@ class LibCurl(Dependency): f"-D{p}=disabled" for p in ( "psl", + "kerberos-auth", + "gss-api", "ssh", "ssl", "rtmp",