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

[CORE UPDATE - PART V] Fix pycrypto #1546

Merged
merged 2 commits into from
Jan 15, 2019

Conversation

opacam
Copy link
Member

@opacam opacam commented Dec 22, 2018

This is one more part for the pr #1537 (discussed previously in #1460 and #1534)

Here I fix pycrypto to make it work with the core-update pull request, which also contains a new version of the openssl libs. I Also update pycrypto to latest version and grants compatibility for both versions of python.

Note: this has to be merged only when the core-update has been merged because it depends on the new python2 recipe and the openssl libs (1.1)

…ity)

Since the recent openssl upgrade this recipe stopped to work. Here we adapt the recipe to the new python2 build system and to new openssl version. Also bump the recipe version number to the latest available (to avoid possible errors with our python3).
AndreMiras
AndreMiras previously approved these changes Jan 15, 2019
Copy link
Member

@AndreMiras AndreMiras left a comment

Choose a reason for hiding this comment

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

Thanks @opacam it seems good to me. I guess the WIP status was because it was waiting for the core update right?

@opacam
Copy link
Member Author

opacam commented Jan 15, 2019

No @AndreMiras, look at the LDFLAGS...I pass libraries in there instead of doing that in LIBS (for openssl)...let me fix that please!...all the other cryptography recipes of my prs (all those with status WIP) may have the same issue, be careful with that!!

@opacam
Copy link
Member Author

opacam commented Jan 15, 2019

Now should be fine 😄

@opacam opacam changed the title [WIP][CORE UPDATE - PART V] Fix pycrypto [CORE UPDATE - PART V] Fix pycrypto Jan 15, 2019
Because this is how you are supposed to do it, you must use LDFLAGS for linker flags and LDLIBS (or the equivalent LOADLIBES) for the libraries
@AndreMiras AndreMiras merged commit 34a9d05 into kivy:master Jan 15, 2019
@AndreMiras
Copy link
Member

Merged 🍺

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.

2 participants