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

Commits on Dec 22, 2018

  1. Fix openssl dependant recipe: pycrypto (and grants python3 compatibil…

    …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).
    opacam committed Dec 22, 2018
    Configuration menu
    Copy the full SHA
    d49346b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Move libraries from LDFLAGS to LIBS for pycrypto recipe

    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
    opacam committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    de4c4c5 View commit details
    Browse the repository at this point in the history