Browse Source
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.android-5
Fredrik Fornwall
9 years ago
4 changed files with 28 additions and 2 deletions
@ -0,0 +1,12 @@ |
|||||
|
diff -u -r ../Python-3.5.0/configure ./configure
|
||||
|
--- ../Python-3.5.0/configure 2015-09-13 07:41:26.000000000 -0400
|
||||
|
+++ ./configure 2015-10-19 19:09:59.295440276 -0400
|
||||
|
@@ -10946,8 +10946,6 @@
|
||||
|
_ACEOF |
||||
|
if ac_fn_c_try_compile "$LINENO"; then : |
||||
|
|
||||
|
-$as_echo "#define HAVE_LINK 1" >>confdefs.h
|
||||
|
-
|
||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
||||
|
$as_echo "yes" >&6; } |
||||
|
else |
@ -0,0 +1,12 @@ |
|||||
|
diff -u -r ../Python-2.7.10/configure ./configure
|
||||
|
--- ../Python-2.7.10/configure 2015-05-23 12:09:25.000000000 -0400
|
||||
|
+++ ./configure 2015-10-20 09:54:55.481316335 -0400
|
||||
|
@@ -10310,7 +10310,7 @@
|
||||
|
_ACEOF |
||||
|
if ac_fn_c_try_compile "$LINENO"; then : |
||||
|
|
||||
|
-$as_echo "#define HAVE_LINK 1" >>confdefs.h
|
||||
|
+# $as_echo "#define HAVE_LINK 1" >>confdefs.h
|
||||
|
|
||||
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
||||
|
$as_echo "yes" >&6; } |
Loading…
Reference in new issue