Disable GSS-API (via Kerberos which uses it) in libcurl compile
This commit is contained in:
parent
74767e6234
commit
59778f4452
|
@ -33,6 +33,8 @@ class LibCurl(Dependency):
|
|||
f"-D{p}=disabled"
|
||||
for p in (
|
||||
"psl",
|
||||
"kerberos-auth",
|
||||
"gss-api",
|
||||
"ssh",
|
||||
"ssl",
|
||||
"rtmp",
|
||||
|
|
Loading…
Reference in New Issue