Commit Graph

2 Commits

Author SHA1 Message Date
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