Skip to content

Commit d97f2c4

Browse files
authored
Merge pull request kivy#2287 from obfusk/update-libffi
update libffi to 3.3
2 parents 9ea2d0a + d502ea5 commit d97f2c4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

pythonforandroid/recipes/libffi/__init__.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,9 @@ class LibffiRecipe(Recipe):
1212
- `automake` for the `aclocal` binary
1313
- `autoconf` for the `autoreconf` binary
1414
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
15-
16-
.. note::
17-
Some notes about libffi version:
18-
19-
- v3.2.1 it's from year 2014...it's a little outdated and has
20-
problems with clang (see issue #1525)
21-
- v3.3-rc0 it was released at april 2018 (it's a pre-release), and
22-
it lacks some commits that we are interested, specially those
23-
ones that fixes specific issues for Arm64, you can check those
24-
commits at (search for commit `8fa8837` and look at the below
25-
commits): https://github.com/libffi/libffi/commits/master
2615
"""
2716
name = 'libffi'
28-
# Version pinned to post `v3.3RC0`
29-
version = '8fa8837'
17+
version = 'v3.3'
3018
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
3119

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

0 commit comments

Comments
 (0)