File tree 1 file changed +2
-5
lines changed
pythonforandroid/recipes/m2crypto 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
8
8
class M2CryptoRecipe (CompiledComponentsPythonRecipe ):
9
- version = '0.24.0 '
9
+ version = '0.30.1 '
10
10
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' ]
13
12
site_packages_name = 'M2Crypto'
14
13
call_hostpython_via_targetpython = False
15
14
@@ -35,8 +34,6 @@ def build_compiled_components(self, arch):
35
34
def get_recipe_env (self , arch ):
36
35
env = super (M2CryptoRecipe , self ).get_recipe_env (arch )
37
36
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'
40
37
return env
41
38
42
39
You can’t perform that action at this time.
0 commit comments