scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / torsocks / configure.ac.patch
1 diff -u -r ../torsocks-2.2.0/configure.ac ./configure.ac
2 --- ../torsocks-2.2.0/configure.ac 2016-10-18 12:44:01.000000000 -0400
3 +++ ./configure.ac 2016-12-20 23:35:32.966335918 -0500
4 @@ -121,6 +121,7 @@
5 AC_MSG_CHECKING(file name of the C library)
6 AS_CASE([$host_os],
7 [darwin*], [libc_name="libSystem.dylib"],
8 + [*linux-android*], [libc_name="libc.so"],
9 [linux*|kfreebsd*-gnu|freebsd*],
10 [
11 libc_name=`ldd /usr/bin/yes | grep 'libc\.' | cut -d ' ' -f 1 | tr -d '\t'`