[issue28491] Remove bundled libffi for OSX

Stéphane Wirtel report at bugs.python.org
Thu Oct 20 15:35:30 EDT 2016


Stéphane Wirtel added the comment:

On my OSX with El Capitan and HomeBrew

Configuration:

env PKG_CONFIG_PATH=/usr/local/opt/libffi/lib/pkgconfig ./configure --prefix=$PWD-build

Compilation:

make

Tests:

./python.exe -c 'import ctypes'

Results:
* No SIGSEGV
* Add a new dependency to pkg-config :/

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28491>
_______________________________________


More information about the Python-bugs-list mailing list