mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Disable GSS-API (via Kerberos which uses it) in libcurl compile
This commit is contained in:
@ -33,6 +33,8 @@ class LibCurl(Dependency):
|
||||
f"-D{p}=disabled"
|
||||
for p in (
|
||||
"psl",
|
||||
"kerberos-auth",
|
||||
"gss-api",
|
||||
"ssh",
|
||||
"ssl",
|
||||
"rtmp",
|
||||
|
Reference in New Issue
Block a user