Commit Graph

4 Commits

Author SHA1 Message Date
termux-pacman-bot
7825377697 python: update to 3.11.0 (#12551) 2022-10-29 22:06:52 +00:00
termux-pacman-bot
adaa98aea4 python: Disable multiarch
First note that multiarch was actually disabled when built with NDK r23.
I would not expect any catastrophe brought by this change.

When multiarch is enabled, crossenv seems to use wrong `EXT_SUFFIX` when
building some extensions.

Fixes https://github.com/termux/termux-packages/issues/11870.
2022-09-24 05:05:39 +00:00
Fredrik Fornwall
62d73a31dd python: Restore CCSHARED="-fPIC" for Android
Fixes "unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC"
on arm.
2017-03-24 00:15:32 +01:00
Fredrik Fornwall
2df87e72e2 Compile python as if link(2) is not available
From Android 6.0 on hard links are not permitted, so remove
link to force e.g. _vendor/lockfile/linklockfile.py to use
other mechanisms. Fixes #29.
2015-10-21 14:36:57 -04:00