Compile python as if link(2) is not available
[termux-packages] / packages / python / configure.patch
1 diff -u -r ../Python-3.5.0/configure ./configure
2 --- ../Python-3.5.0/configure 2015-09-13 07:41:26.000000000 -0400
3 +++ ./configure 2015-10-19 19:09:59.295440276 -0400
4 @@ -10946,8 +10946,6 @@
5 _ACEOF
6 if ac_fn_c_try_compile "$LINENO"; then :
7
8 -$as_echo "#define HAVE_LINK 1" >>confdefs.h
9 -
10 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11 $as_echo "yes" >&6; }
12 else