packages/lang/python3
Alexandru Ardelean 1a0e9b3786 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>
2014-10-20 20:04:54 +03:00
..
files python3: add LD and LDSHARED env vars to Build/Compile/Py3Mod 2014-10-20 19:13:32 +03:00
patches python3: add patch to disable package compiles/tests during cross-builts 2014-10-20 18:13:13 +03:00
Makefile python3: enable shared python3 lib; make this the norm 2014-10-20 20:04:54 +03:00