python: enable shared python lib; make this the norm
authorAlexandru Ardelean <redacted>
Sun, 19 Oct 2014 07:45:17 +0000 (10:45 +0300)
committerAlexandru Ardelean <redacted>
Sun, 19 Oct 2014 19:33:08 +0000 (22:33 +0300)
commita1f86a6870875fca8f288df01ed283927c544a69
tree7b0098bc58d27e5dfe3db7d95b9e3d2febbfb452
parent855ef2a53085f79a0603de7cd08a7ea8923e62c2
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 <redacted>
lang/python/Makefile
git clone https://git.99rst.org/PROJECT