Skip to content

Commit

Permalink
Disable GSS-API (via Kerberos which uses it) in libcurl compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Oct 17, 2024
1 parent 74767e6 commit 59778f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kiwixbuild/dependencies/libcurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ class Builder(MesonBuilder):
f"-D{p}=disabled"
for p in (
"psl",
"kerberos-auth",
"gss-api",
"ssh",
"ssl",
"rtmp",
Expand Down

0 comments on commit 59778f4

Please sign in to comment.