Skip to content

Commit

Permalink
Merge pull request #2287 from obfusk/update-libffi
Browse files Browse the repository at this point in the history
update libffi to 3.3
  • Loading branch information
AndreMiras authored Aug 5, 2020
2 parents 9ea2d0a + d502ea5 commit d97f2c4
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pythonforandroid/recipes/libffi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ class LibffiRecipe(Recipe):
- `automake` for the `aclocal` binary
- `autoconf` for the `autoreconf` binary
- `libltdl-dev` which defines the `LT_SYS_SYMBOL_USCORE` macro
.. note::
Some notes about libffi version:
- v3.2.1 it's from year 2014...it's a little outdated and has
problems with clang (see issue #1525)
- v3.3-rc0 it was released at april 2018 (it's a pre-release), and
it lacks some commits that we are interested, specially those
ones that fixes specific issues for Arm64, you can check those
commits at (search for commit `8fa8837` and look at the below
commits): https://github.com/libffi/libffi/commits/master
"""
name = 'libffi'
# Version pinned to post `v3.3RC0`
version = '8fa8837'
version = 'v3.3'
url = 'https://github.com/libffi/libffi/archive/{version}.tar.gz'

patches = ['remove-version-info.patch']
Expand Down

0 comments on commit d97f2c4

Please sign in to comment.