buildrootschalter/package/python
Christophe Vu-Brugier edab68c1f1 python, python3: add patch to prevent distutils from adjusting the shebang
The copy_scripts() method in distutils copies the scripts listed
in the setup file and adjusts the first line to refer to the
current Python interpreter. When cross-compiling, this means that
the adjusted shebang refers to the host Python interpreter.

As a consequence, we add a patch for python and python3 that
force copy_scripts() to preserve the shebang when
cross-compilation is detected.

Signed-off-by: Christophe Vu-Brugier <cvubrugier@fastmail.fm>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-09-21 19:46:13 +02:00
..
Config.in libffi and python: need threads support 2014-09-13 09:40:48 +02:00
python-001-remove-host-header-path.patch
python-002-fix-get-python-inc.patch
python-003-properly-detect-if-python-build.patch
python-004-sysconfigdata-install-location.patch
python-005-pyc-pyo-conditional.patch
python-006-cross-compile-getaddrinfo.patch
python-007-disable-extensions.patch
python-008-distutils-use-python-sysroot.patch
python-009-no-termcap-host-path.patch
python-010-fix-python-config.patch
python-011-remove-python-symlink.patch
python-012-support-library-path-old-compilers.patch
python-013-dont-add-multiarch-path.patch
python-014-abort-on-failed-modules.patch
python-015-fix-sqlite-without-threads.patch
python-016-serial-ioctl-workaround.patch python: renumber patch 2014-08-06 22:17:50 +02:00
python-017-distutils-scripts-dont-adjust-shebang.patch python, python3: add patch to prevent distutils from adjusting the shebang 2014-09-21 19:46:13 +02:00
python-100-optional-test-modules.patch
python-101-optional-pydoc.patch
python-102-optional-2to3.patch
python-103-optional-sqlite.patch
python-104-optional-tk.patch
python-105-optional-curses.patch
python-106-optional-expat.patch
python-107-optional-codecs-cjk.patch
python-108-optional-nis.patch
python-109-optional-unicodedata.patch
python-110-optional-db.patch
python-111-optional-ssl.patch
python-112-optional-bzip2.patch
python-113-optional-zlib.patch
python-114-remove-idle-editor.patch
python.mk