alexcrichton / alexcrichton/curl-rust
Vendor libgss when static-curl and spnego features are set
未關閉
- 主要語言
- Rust
- 星號
- 1.1k
- 分支
- 259
- PR 合併指標
- 30 天內沒有已合併 PR
描述
For spnego authentication to work, curl needs to be built with "a suitable GSS-API library or SSPI on Windows" [0].
Right now, the build fails if `static-curl` and `spnego` features are set, and no suitable lib is found. What do you think of vendoring this dependency in this case?
This is for proxy authentication support in cargo:
https://github.com/rust-lang/cargo/issues/7330
https://github.com/rust-lang/cargo/pull/11433
[0] https://docs.rs/curl/0.4/curl/easy/struct.Auth.html#method.gssnegotiate
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。