File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
pythonforandroid/recipes/libffi Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,9 @@ class LibffiRecipe(Recipe):
12
12
- `automake` for the `aclocal` binary
13
13
- `autoconf` for the `autoreconf` binary
14
14
- `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
26
15
"""
27
16
name = 'libffi'
28
- # Version pinned to post `v3.3RC0`
29
- version = '8fa8837'
17
+ version = 'v3.3'
30
18
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'
31
19
32
20
patches = ['remove-version-info.patch' ]
You can’t perform that action at this time.
0 commit comments