scripts/setup-ubuntu.sh: Huh. We only have Python 3.5 here.
[termux-packages] / packages / torsocks / tests-Makefile.am.patch
CommitLineData
0376da5b
FF
1diff -u -r ../torsocks-2.2.0/tests/Makefile.am ./tests/Makefile.am
2--- ../torsocks-2.2.0/tests/Makefile.am 2016-10-18 12:44:01.000000000 -0400
3+++ ./tests/Makefile.am 2016-12-20 21:23:41.960184652 -0500
4@@ -29,7 +29,7 @@
5 test_connect_LDADD = $(LIBTAP) $(LIBTORSOCKS)
6
7 test_fd_passing_SOURCES = test_fd_passing.c
8-test_fd_passing_LDADD = $(LIBTAP) $(LIBTORSOCKS) -lpthread
9+test_fd_passing_LDADD = $(LIBTAP) $(LIBTORSOCKS)
10
11 test_getpeername_SOURCES = test_getpeername.c
12 test_getpeername_LDADD = $(LIBTAP) $(LIBTORSOCKS)