packages/lang/python
Alexandru Ardelean a1f86a6870 python: enable shared python lib; make this the norm
This will reduce the bloat when users will want to compile in their
Python C extensions.
There will be a initial bloat (several kb) if just Python
is installed, but that will be compensated when users will add more
C extensions.

During the build we also have to add Python's PKG_BUILD_DIR
so that the shared lib is found when compiling Python's
built-in C extensions.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2014-10-19 22:33:08 +03:00
..
files python: add LD and LDSHARED env vars to Build/Compile/PyMod 2014-10-19 22:33:08 +03:00
patches python: add patch to disable package compiles/tests during cross-builts 2014-10-17 17:05:43 +03:00
Makefile python: enable shared python lib; make this the norm 2014-10-19 22:33:08 +03:00