packages/lang/python
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
..
files Merge pull request #992 from commodo/python-patch-updates 2015-03-06 15:29:30 +01:00
patches python: add patches to disable runtime lib dirs 2015-03-08 17:57:26 +02:00
Makefile python: packetize some python modules 2015-03-06 15:19:29 +02:00