diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 10:40:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-31 19:46:00 -0400 |
commit | 99beed152e5df41181703645a67fe10a98225d55 (patch) | |
tree | b9c520309f82a4aeadffc00681070408066f3c94 /config.rust.in | |
parent | 2d80673b9a7965d5b2af895c7527eb58bd6a00ce (diff) | |
download | tor-99beed152e5df41181703645a67fe10a98225d55.tar.gz tor-99beed152e5df41181703645a67fe10a98225d55.zip |
Make the rust tests link.
Diffstat (limited to 'config.rust.in')
-rw-r--r-- | config.rust.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.rust.in b/config.rust.in index 4ca5351aec..11b671b980 100644 --- a/config.rust.in +++ b/config.rust.in @@ -5,6 +5,7 @@ BUILDDIR=@BUILDDIR@ TOR_LDFLAGS_zlib=@TOR_LDFLAGS_zlib@ +TOR_LDFLAGS_nss=@TOR_LDFLAGS_nss@ TOR_LDFLAGS_openssl=@TOR_LDFLAGS_openssl@ TOR_LDFLAGS_libevent=@TOR_LDFLAGS_libevent@ TOR_ZLIB_LIBS=@TOR_ZLIB_LIBS@ @@ -20,3 +21,4 @@ TOR_LZMA_LIBS=@TOR_LZMA_LIBS@ TOR_ZSTD_LIBS=@TOR_ZSTD_LIBS@ LIBS=@LIBS@ LDFLAGS=@LDFLAGS@ +NSS_LIBS=@NSS_LIBS@
\ No newline at end of file |