Disable GSS-API (via Kerberos which uses it) in libcurl compile

This commit is contained in:
rgaudin 2024-10-17 10:50:39 +00:00
parent 74767e6234
commit 59778f4452
No known key found for this signature in database
GPG Key ID: 447475A4CFBA2E24
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ class LibCurl(Dependency):
f"-D{p}=disabled"
for p in (
"psl",
"kerberos-auth",
"gss-api",
"ssh",
"ssl",
"rtmp",