File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
pythonforandroid/recipes/m2crypto Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 66
77
88class M2CryptoRecipe (CompiledComponentsPythonRecipe ):
9- version = '0.24.0 '
9+ version = '0.30.1 '
1010 url = 'https://pypi.python.org/packages/source/M/M2Crypto/M2Crypto-{version}.tar.gz'
11- # md5sum = '89557730e245294a6cab06de8ad4fb42'
12- depends = ['openssl' , 'hostpython2' , 'python2' , 'setuptools' ]
11+ depends = [('python2' , 'python3' ), 'openssl' , 'setuptools' ]
1312 site_packages_name = 'M2Crypto'
1413 call_hostpython_via_targetpython = False
1514
@@ -35,8 +34,6 @@ def build_compiled_components(self, arch):
3534 def get_recipe_env (self , arch ):
3635 env = super (M2CryptoRecipe , self ).get_recipe_env (arch )
3736 env ['OPENSSL_BUILD_PATH' ] = self .get_recipe ('openssl' , self .ctx ).get_build_dir (arch .arch )
38- # Set linker to use the correct gcc
39- env ['LDSHARED' ] = env ['CC' ] + ' -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions'
4037 return env
4138
4239
You can’t perform that action at this time.
0 commit comments