Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CORE UPDATE - PART V] Fix pycrypto (#1546)
* Fix openssl dependant recipe: pycrypto (and grants python3 compatibility) 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). * 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
- Loading branch information