packages/lang/python/patches
Alexandru Ardelean c8c509bdad python: add patches to disable runtime lib dirs
When cross-compiling, we do not need to add runtime lib dirs.
Also, the cross compilers that are used on OpenWRT do not support
the '-R' option, which causes build failures.

These build failures existed before, but were not noticed,
because it fails only on some setups.
This is because Python's `setup.py` does a lot of voo-doo
automagic that needs handling for some cross-compilation cases.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-03-08 17:57:26 +02:00
..
001-enable-zlib.patch python: re-number patches 2015-03-06 11:11:18 +02:00
002-do-not-add-include-dirs-when-cross-compiling.patch python: re-number patches 2015-03-06 11:11:18 +02:00
003-do-not-compile-tests-at-build.patch python: re-number patches 2015-03-06 11:11:18 +02:00
004-do-not-write-bytes-codes.patch python: re-number patches 2015-03-06 11:11:18 +02:00
005-fix-libffi-x86-64-configure.patch python: re-number patches 2015-03-06 11:11:18 +02:00
006-remove-debian-multiarch-support.patch python: re-number patches 2015-03-06 11:11:18 +02:00
007-distutils-do-not-adjust-path.patch python: re-number patches 2015-03-06 11:11:18 +02:00
008-distutils-use-python-sysroot.patch python: add patch for distutils to add support for the '_python_sysroot' env var 2015-03-06 11:16:48 +02:00
009-do-not-use-dblib_dir-when-cross-compiling.patch python: add patches to disable runtime lib dirs 2015-03-08 17:57:26 +02:00
010-do-not-add-rt-lib-dirs-when-cross-compiling.patch python: add patches to disable runtime lib dirs 2015-03-08 17:57:26 +02:00