-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
0.9.6 doesn't build on OS X with default-features=false, features = ["security-framework"] #819
Labels
C-bug
Category: bug. Something is wrong. This is bad!
Comments
I get the same error if I checkout the 0.9.x branch from this repo and run |
luser
added a commit
to luser/hyper
that referenced
this issue
Jun 6, 2016
luser
added a commit
to luser/hyper
that referenced
this issue
Jun 6, 2016
…ity-framework`. The build on OS X was broken in this configuration. Fixes hyperium#819
luser
added a commit
to luser/hyper
that referenced
this issue
Jun 6, 2016
…ity-framework` The build on OS X was broken in this configuration. Fixes hyperium#819
luser
added a commit
to luser/hyper
that referenced
this issue
Jun 6, 2016
…s=security-framework` The build on OS X was broken in this configuration. Fixes hyperium#819
luser
added a commit
to luser/hyper
that referenced
this issue
Jun 6, 2016
…s=security-framework` The build on OS X was broken in this configuration. Fixes hyperium#819
I've publish v0.9.7 to crates.io that includes your fix. Thanks again! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried using hyper 0.9.6 with security-framework enabled on OS X, my Cargo.toml snippet looks like:
I get this build error:
If I leave out the
features = ["security-framework"]
it builds fine. I don't have homebrew OpenSSL installed, so if I leave out thedefault-features = false
it fails trying to build openssl.The text was updated successfully, but these errors were encountered: