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

crypto: Fix the build of static crypto nifs #2296

Merged
merged 1 commit into from
Jun 27, 2019

Conversation

sylane
Copy link
Contributor

@sylane sylane commented Jun 20, 2019

The refactoring of the crypto library seems to have broken the static build of the crypto nifs. This PR fixes the issue.

@garazdawi
Copy link
Contributor

Thanks! Could you please use a makefile function like patsubst to generate that list of objs?

@sylane
Copy link
Contributor Author

sylane commented Jun 20, 2019

ok, sounds like a good idea, I'll try it

@sylane sylane force-pushed the sylane/crypto-fix-static-nifs-build branch from 8729a7e to 877e991 Compare June 20, 2019 16:50
@sylane
Copy link
Contributor Author

sylane commented Jun 20, 2019

I pushed the code using patsubst

@IngelaAndin IngelaAndin added the team:PS Assigned to OTP team PS label Jun 22, 2019
@HansN HansN self-assigned this Jun 24, 2019
@HansN HansN added testing currently being tested, tag is used by OTP internal CI and removed testing currently being tested, tag is used by OTP internal CI labels Jun 24, 2019
@HansN
Copy link
Contributor

HansN commented Jun 24, 2019

Good catch! Could you please rebase this onto the maint branch since it is a bug fix?
I think you have to close this PR and open a new one based on maint to get the github admin stuff to work.

@garazdawi
Copy link
Contributor

garazdawi commented Jun 24, 2019

I think you have to close this PR and open a new one based on maint to get the github admin stuff to work.

No, you shouldn't have to. Github had fixed that problem last time I checked.

@sylane sylane changed the base branch from master to maint June 26, 2019 08:53
@sylane sylane force-pushed the sylane/crypto-fix-static-nifs-build branch from 877e991 to a6c2a64 Compare June 26, 2019 09:01
@HansN HansN added the testing currently being tested, tag is used by OTP internal CI label Jun 26, 2019
@HansN HansN merged commit 5b26f58 into erlang:maint Jun 27, 2019
@HansN
Copy link
Contributor

HansN commented Jun 27, 2019

Thanks for the PR!

@HansN HansN removed the testing currently being tested, tag is used by OTP internal CI label Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
team:PS Assigned to OTP team PS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants