-
Notifications
You must be signed in to change notification settings - Fork 251
Closed
Description
- curl-sys/build.rs (in some cases) uses pkg-config, which will already pull in the correct ssl library for that particular compilation of curl.
- curl-sys includes openssl-sys as an extern crate and proceeds to never use it
- For non-blessed targets, using target-specific dependencies to pull in openssl-sys breaks the build of curl-rust as it actually uses the openssl crate.
Some of these are probably due to a mismatch in cargo between the way linking actually works and how it currently pretends it works (ie: trys to avoid adding duplicate native libraries in the linker command line where this is actually the norm).
Metadata
Metadata
Assignees
Labels
No labels