tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 353d2a091d245146576d33a703fe3674c29e0654
parent 39e158db365fe3c033c3f8f99a2de1bfed3b707a
Author: rl1987 <rl1987@sdf.lonestar.org>
Date:   Thu, 13 Sep 2018 09:57:43 +0300

Fix coverage build

Diffstat:
Msrc/tools/include.am | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/tools/include.am b/src/tools/include.am @@ -17,8 +17,11 @@ if COVERAGE_ENABLED src_tools_tor_cov_resolve_SOURCES = src/tools/tor-resolve.c src_tools_tor_cov_resolve_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS) src_tools_tor_cov_resolve_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS) +src_tools_tor_cov_resolve_LDFLAGS = @TOR_LDFLAGS_openssl@ src_tools_tor_cov_resolve_LDADD = \ + src/trunnel/libor-trunnel.a \ $(TOR_UTIL_TESTING_LIBS) \ + $(TOR_CRYPTO_TESTING_LIBS) $(TOR_LIBS_CRYPTLIB) \ @TOR_LIB_MATH@ @TOR_LIB_WS32@ endif