Skip to content

Commit 0e87b99

Browse files
authored
Bumps libffi to v3.4.2 + adds -fPIC on i686 (#2578)
1 parent 2ca492a commit 0e87b99

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pythonforandroid/archs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ class Archx86(Arch):
264264
'-mssse3',
265265
'-mfpmath=sse',
266266
'-m32',
267+
'-fPIC',
267268
]
268269

269270

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class LibffiRecipe(Recipe):
1414
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
1515
"""
1616
name = 'libffi'
17-
version = 'v3.3'
17+
version = 'v3.4.2'
1818
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
1919

2020
patches = ['remove-version-info.patch']

0 commit comments

Comments
 (0)