python: add patches to disable runtime lib dirs 1006/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 8 Mar 2015 15:55:13 +0000 (17:55 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 8 Mar 2015 15:57:26 +0000 (17:57 +0200)
commitc8c509bdadbdc5e6007fc5436f94485beb59de19
tree991f5613319394b76f2ac1d5a60ae6a7f731d42a
parent2ac8acaffdb03cbb933bed450a6e9c176c8af118
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>
lang/python/patches/009-do-not-use-dblib_dir-when-cross-compiling.patch [new file with mode: 0644]
lang/python/patches/010-do-not-add-rt-lib-dirs-when-cross-compiling.patch [new file with mode: 0644]