Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link OpenSSL statically on OSX #3311

Merged
merged 1 commit into from
Nov 21, 2016
Merged

Commits on Nov 21, 2016

  1. Link OpenSSL statically on OSX

    Now that Cargo requires OpenSSL >= 1.0.1 transitively through the `openssl-sys`
    0.9 release the dynamic libraries for OpenSSL are no longer located on OSX by
    default. This means that the support necessary for libssh2 needs to be
    statically linked rather than dynamically linked.
    
    Closes rust-lang#3303
    alexcrichton committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    535a67b View commit details
    Browse the repository at this point in the history