summaryrefslogtreecommitdiff
path: root/package/tor/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-21 10:03:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-21 10:03:52 +0100
commitb487144cef60a4a8dc06bc0cdba87203f29969f0 (patch)
tree43fc4b212c0d3a730a8299c2161c55f1636a004d /package/tor/patches
parentf02598cfc13e47f866fdc12fd0ddd7b404433fe1 (diff)
tor: update to 0.2.9.8
Diffstat (limited to 'package/tor/patches')
-rw-r--r--package/tor/patches/patch-src_test_include_am19
1 files changed, 0 insertions, 19 deletions
diff --git a/package/tor/patches/patch-src_test_include_am b/package/tor/patches/patch-src_test_include_am
deleted file mode 100644
index 3873b39a9..000000000
--- a/package/tor/patches/patch-src_test_include_am
+++ /dev/null
@@ -1,19 +0,0 @@
---- tor-0.2.7.6.orig/src/test/include.am 2015-12-08 18:35:17.000000000 +0100
-+++ tor-0.2.7.6/src/test/include.am 2016-04-02 10:19:12.308964966 +0200
-@@ -124,9 +124,13 @@ src_test_test_workqueue_CFLAGS = $(AM_CF
-
- src_test_test_LDFLAGS = @TOR_LDFLAGS_zlib@ @TOR_LDFLAGS_openssl@ \
- @TOR_LDFLAGS_libevent@
--src_test_test_LDADD = src/or/libtor-testing.a src/common/libor-testing.a \
-- src/common/libor-crypto-testing.a $(LIBDONNA) src/common/libor.a \
-- src/common/libor-event-testing.a src/trunnel/libor-trunnel-testing.a \
-+src_test_test_LDADD = src/or/libtor-testing.a \
-+ src/common/libor-crypto-testing.a \
-+ $(LIBKECCAK_TINY) \
-+ $(LIBDONNA) \
-+ src/common/libor-testing.a \
-+ src/common/libor-event-testing.a \
-+ src/trunnel/libor-trunnel-testing.a \
- @TOR_ZLIB_LIBS@ @TOR_LIB_MATH@ @TOR_LIBEVENT_LIBS@ \
- @TOR_OPENSSL_LIBS@ @TOR_LIB_WS32@ @TOR_LIB_GDI@ @CURVE25519_LIBS@ \
- @TOR_SYSTEMD_LIBS@