[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] tor-resolve: link tor-resolve binary with trunnel lib
commit 30582b940e22897e68c50d4d0c9c36f82472e9b2
Author: rl1987 <rl1987@xxxxxxxxxxxxxxxx>
Date: Tue Sep 11 19:39:00 2018 +0300
tor-resolve: link tor-resolve binary with trunnel lib
---
src/tools/include.am | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/tools/include.am b/src/tools/include.am
index f7aa7e0d1..352d4b532 100644
--- a/src/tools/include.am
+++ b/src/tools/include.am
@@ -5,9 +5,11 @@ noinst_PROGRAMS+= src/tools/tor-cov-resolve
endif
src_tools_tor_resolve_SOURCES = src/tools/tor-resolve.c
-src_tools_tor_resolve_LDFLAGS =
+src_tools_tor_resolve_LDFLAGS = @TOR_LDFLAGS_openssl@
src_tools_tor_resolve_LDADD = \
+ src/trunnel/libor-trunnel.a \
$(TOR_UTIL_LIBS) \
+ $(TOR_CRYPTO_LIBS) $(TOR_LIBS_CRYPTLIB)\
$(rust_ldadd) \
@TOR_LIB_MATH@ @TOR_LIB_WS32@ @TOR_LIB_IPHLPAPI@ @TOR_LIB_USERENV@
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits