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

Use pkg-config if available #231

Merged
merged 1 commit into from Apr 20, 2016
Merged

Use pkg-config if available #231

merged 1 commit into from Apr 20, 2016

Conversation

epipping
Copy link
Contributor

@epipping epipping commented Apr 20, 2016

pkg-config is now used to find libssl, if possible.

I've tested this to work in a few settings:

  • With pkg-config installed, libssl in a nonstandard place and properly set PKG_CONFIG_PATH (this previously did not work but does now)
  • With pkg-config installed, libssl in a nonstandard place and PKG_CONFIG_PATH unset (yields a warning, proceeds as before)
  • Without pkg-config installed but libssl in a standard place (yields a warning, proceeds as before) as is the case on OS X

This should make it possible for more R users than before to install git2r without touching configure.args and should also fix #218.

@stewid
Copy link
Member

stewid commented Apr 20, 2016

Thanks

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.

Installation Error: "library containing EVP_EncryptInit... no"
2 participants