Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications /
tor-browser-build
Commits:
b7c816f8 by Pier Angelo Vendrame at 2024-12-02T18:34:39+01:00
Bug 41328: Exclude tor dependencies from LD_LIBRARY_PATH.
We discovered in tor-browser#43326 that adding our OpenSSL to
LD_LIBRARY_PATH might cause the browser not to work in some distros.
So, we decided to add them to LD_LIBRARY_PATH only for the tor daemon,
instead.
- - - - -
1 changed file:
- projects/firefox/start-firefox
Changes:
=====================================
projects/firefox/start-firefox
=====================================
@@ -17,9 +17,6 @@ add_LD_LIBRARY_PATH() {
if [ $? -ne 0 ]; then
add_LD_LIBRARY_PATH "$basedir/[% IF c("var/tor-browser")
-%]TorBrowser/Tor/[% END -%]libstdc++/"
fi
-[% IF c("var/tor-browser") -%]
-add_LD_LIBRARY_PATH "$basedir/TorBrowser/Tor/"
-[% END -%]
export LD_LIBRARY_PATH
exec "$basedir/[% c("var/exe_name") %].real" "$@"
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7c816f839c914e9136ac343ebe23a996fb87fab
--
View it on GitLab:
https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/b7c816f839c914e9136ac343ebe23a996fb87fab
You're receiving this email because of your account on gitlab.torproject.org.
_______________________________________________
tbb-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]