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

Append the default paths to the linker command #2884

Closed
wants to merge 1 commit into from

Conversation

ysbaddaden
Copy link
Contributor

Moves the default library paths (ie. /usr/lib and /usr/local/lib) to the end of the linker command, so they will eventually be searched after other lib declarations, instead of being searched first.

Fixes #2882 by allowing a specific libssl to be linked instead of always using the system default one.

Moves the default library paths (ie. `/usr/lib` and `/usr/local/lib`)
to the end of the linker command, so they will eventually be searched
after other lib declarations, instead of being searched first.

Fixes crystal-lang#2882 by allowing a specific libssl to be linked instead of
always using the system default one.
@jhass jhass added this to the 0.18.3 milestone Jun 21, 2016
@jhass
Copy link
Member

jhass commented Jun 21, 2016

Merged as 254c18c

Thank you!

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

Successfully merging this pull request may close these issues.

None yet

2 participants