attempt to use pkg-config to get include path for zlib and openssl #170
Merged
wez merged 1 commit intoalexcrichton:masterfrom Mar 4, 2020
AzusaOS:azusa-build-pkgconfig-issue-169
Merged
attempt to use pkg-config to get include path for zlib and openssl #170wez merged 1 commit intoalexcrichton:masterfrom AzusaOS:azusa-build-pkgconfig-issue-169
wez merged 1 commit intoalexcrichton:masterfrom
AzusaOS:azusa-build-pkgconfig-issue-169
Conversation
wez
added a commit
that referenced
this pull request
Apr 26, 2020
This caused fairly widespread problems and it seems that the original issue that led to this change (rust-lang/rust#69552) should really be fixed by better defining the data exported from eg: libz-sys rather than having downstream crates replicating the same logic from inside that crate. refs: #174 refs: #170 refs: #169 refs: rust-lang/rust#69552
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
...if not set in env.
This fixes #169 and I believe should not have any negative impact. Do not take my word for it however, I haven't done anything in rust until today.