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

Rebuild with PIC #82

Merged
merged 4 commits into from
Feb 22, 2018
Merged

Conversation

jakirkham
Copy link
Member

Fixes #74
Closes #75

Rebuilds the libraries with PIC. Should fix some linking issues with static libraries when used to build shared libraries amongst other issues.

cc @wasade @ElDeveloper

wasade and others added 4 commits February 20, 2018 12:44
Some of the types like BOOL and PATH were not included on some variables
sent to CMake for configuration, this explicitly sets the types to
ensure CMake handles them correctly (given it doesn't always).
This is needed when trying to link static libraries into shared
libraries amongst other cases.
Rebuild libraries with PIC enabled.
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@jakirkham
Copy link
Member Author

For those following along here, am backporting this for 1.8.18, 1.8.19, and 1.8.20 in the following PRs.

1.8.18 backport: #83
1.8.19 backport: #84
1.8.20 backport: #85

@jakirkham jakirkham merged commit efa53d2 into conda-forge:master Feb 22, 2018
@jakirkham jakirkham deleted the extra_opts branch February 22, 2018 01:54
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.

Linker issues against 1.8.18-1 but not against 1.8.17.
3 participants