Compile python as if link(2) is not available
authorFredrik Fornwall <fredrik@fornwall.net>
Wed, 21 Oct 2015 18:36:57 +0000 (14:36 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Wed, 21 Oct 2015 18:36:57 +0000 (14:36 -0400)
commit2df87e72e2db004a766676e66bf79170d094b293
tree373920325045dd6478e64d7a6f6ea259fac4e67b
parent629f805ba112da335a7f9fadd78d90b177941513
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.
packages/python/build.sh
packages/python/configure.patch [new file with mode: 0644]
packages/python2/build.sh
packages/python2/configure.patch [new file with mode: 0644]