python3: enable shared python3 lib; make this the norm
authorAlexandru Ardelean <aa@ocedo.com>
Mon, 20 Oct 2014 15:32:41 +0000 (18:32 +0300)
committerAlexandru Ardelean <aa@ocedo.com>
Mon, 20 Oct 2014 17:04:54 +0000 (20:04 +0300)
commit1a0e9b3786ea9721f9f76f317220b976a158f7ad
tree498ba55b2f32c174891e972e8036faf812c28ef9
parentcc6423d57ab4a34dc18aa7420cc8203e65bd097d
python3: enable shared python3 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>
lang/python3/Makefile