Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Finkel
tor-browser-build
Commits
3ba2bd45
Unverified
Commit
3ba2bd45
authored
Aug 13, 2018
by
boklm
Browse files
Bug 27101: fix tor build issue with rust enabled
Fix build issue introduced by the fix for #25485.
parent
3788a45e
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/tor/build
View file @
3ba2bd45
...
...
@@ -57,6 +57,8 @@ openssldir=/var/tmp/dist/openssl
chmod
700
"$distdir"
/
Tor
/
libstdc
++/*
.
so
*
# This is needed to make RPATH unavailable. See bug 9150.
export
LD_LIBRARY_PATH
=
"$distdir/Tor/"
# Add libstdc++ to LD_LIBRARY_PATH to avoid rust link issue (bug 27101)
export
LD_LIBRARY_PATH
=
"$LD_LIBRARY_PATH:$distdir/Tor/libstdc++/"
[
%
END
%
]
[
%
IF
c
(
"var/osx"
)
%
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment