]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A script to fix Apple-installed Python 2.3 (and a test whether the user
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Dec 2004 23:02:05 +0000 (23:02 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 26 Dec 2004 23:02:05 +0000 (23:02 +0000)
commit6116f07fdc8793eb3d8e0c48de3d705d11c31dae
tree16b56b680a03e3fb5210c711d95d506f52bf69f7
parent9935e7fac018b5b24463efcde61db0ced4d4b37d
A script to fix Apple-installed Python 2.3 (and a test whether the user
needs to run it in the Makefile).

After installing a newer framework Python the apple-installed Python can
no longer build extension modules, because they will inadvertantly be linked
against the newer framework. This script modifies lib/config/Makefile so
it will link extensions with "-undefined dynamic_lookup", which forestalls
this problem.

Will backport to 2.4 and 2.3.
Mac/OSX/Makefile
Mac/OSX/fixapplepython23.py [new file with mode: 0644]