]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
build: Fix Makefile.am TOR_RUST_STATIC_NAME variable name after revert.
authorIsis Lovecruft <isis@torproject.org>
Sat, 24 Feb 2018 02:17:36 +0000 (02:17 +0000)
committerIsis Lovecruft <isis@torproject.org>
Sat, 24 Feb 2018 02:17:36 +0000 (02:17 +0000)
 * FIXES #25341: https://bugs.torproject.org/25341

Makefile.am

index 02ccbd91b5cbca821df6224f4602c883712028b9..2c6de35743ad6e7dcb63283266e922aea32f4619 100644 (file)
@@ -26,7 +26,7 @@ TESTING_TOR_BINARY=$(top_builddir)/src/or/tor$(EXEEXT)
 endif
 
 if USE_RUST
-rust_ldadd=$(top_builddir)/src/rust/target/release/@TOR_RUST_UTIL_STATIC_NAME@
+rust_ldadd=$(top_builddir)/src/rust/target/release/@TOR_RUST_STATIC_NAME@
 else
 rust_ldadd=
 endif