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

attempt to use pkg-config to get include path for dependencies if not provided in env #525

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MagicalTux
Copy link

This is similar to alexcrichton/ssh2-rs#170 and solves issue in rust-lang/rust#69552

If dependencies include paths are not provided in environment (DEP_SSH2_INCLUDE, DEP_OPENSSL_INCLUDE and DEP_Z_INCLUDE) then the script attempts to use pkg_config to find system-provided versions in order to build libgit2.

@wez
Copy link

wez commented Apr 26, 2020

I don't think this PR should be merged as is; please see
alexcrichton/ssh2-rs#174
wherein we're dealing with the fallout from
alexcrichton/ssh2-rs#170

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants