From 59778f4452bac7a09438b99374c8ab8f1a34a883 Mon Sep 17 00:00:00 2001 From: rgaudin Date: Thu, 17 Oct 2024 10:50:39 +0000 Subject: [PATCH] Disable GSS-API (via Kerberos which uses it) in libcurl compile --- kiwixbuild/dependencies/libcurl.py | 2 ++ 1 file changed, 2 insertions(+) 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",