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

Improve OpenSSL version detection #2401

Merged
merged 1 commit into from Dec 19, 2019

Conversation

Geod24
Copy link
Contributor

@Geod24 Geod24 commented Dec 19, 2019

The current way to detect OpenSSL silently fails on Mac OSX.
It is also quite crude, relying on the openssl binary.
Using a pkg-config approach first, we can support lib-only packages,
as well as provide a much better experience to most Mac users.

Tested on our end, works perfectly: https://travis-ci.com/bpfkorea/agora/jobs/268822369

The current way to detect OpenSSL silently fails on Mac OSX.
It is also quite crude, relying on the openssl binary.
Using a pkg-config approach first, we can support lib-only packages,
as well as provide a much better experience to most Mac users.
Copy link
Member

@s-ludwig s-ludwig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good improvement! I'll merge manually.

@s-ludwig s-ludwig merged commit 3d0558e into vibe-d:master Dec 19, 2019
@Geod24 Geod24 deleted the v0.8.6+openssl-fix branch December 19, 2019 13:06
@Geod24 Geod24 restored the v0.8.6+openssl-fix branch December 19, 2019 13:55
@Geod24 Geod24 deleted the v0.8.6+openssl-fix branch January 6, 2020 09:56
@Geod24 Geod24 restored the v0.8.6+openssl-fix branch January 6, 2020 09:56
s-ludwig added a commit that referenced this pull request Jun 7, 2020
This got previously reverted by #2401
@Geod24 Geod24 deleted the v0.8.6+openssl-fix branch July 26, 2021 07:16
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