This is an automated email from the git hooks/post-receive script.
pierov pushed a change to branch tor-browser-102.2.0esr-12.0-1 in repository tor-browser.
from 0b39923ea81c0 squash! Bug 40562: Added Tor-related preferences to 000-tor-browser.js new de57e6ff0fccb fixup! Base Browser's .mozconfigs. new 661eb5e548db2 fixup! TB3: Tor Browser's official .mozconfigs.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: mozconfig-linux-arm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mozconfig-linux-arm
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.2.0esr-12.0-1 in repository tor-browser.
commit de57e6ff0fccb1283bdc9e539ca56a980d7aa7f5 Author: Jeremy Rand jeremyrand@danwin1210.de AuthorDate: Wed Aug 31 07:55:28 2022 +0000
fixup! Base Browser's .mozconfigs.
Bug 32355: Add linux-arm base-browser mozconfig --- mozconfig-linux-arm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+)
diff --git a/mozconfig-linux-arm b/mozconfig-linux-arm new file mode 100644 index 0000000000000..0a476ed03bb40 --- /dev/null +++ b/mozconfig-linux-arm @@ -0,0 +1,18 @@ +. $topsrcdir/browser/config/mozconfigs/base-browser + +ac_add_options --target=arm-linux-gnueabihf + +ac_add_options --enable-default-toolkit=cairo-gtk3 + +# Bug 31448: ld.gold fails if we don't disable debug-symbols. +# Also, we keep strip enabled. +ac_add_options --disable-debug-symbols + +# From Arch Linux ARM for Firefox 102.0.1 +# https://github.com/archlinuxarm/PKGBUILDs/blob/6da804f4020487c112f59ea067e66... +ac_add_options --disable-elf-hack +ac_add_options --disable-av1 +ac_add_options --enable-optimize="-g0 -O2" +# One of the following two lines (not sure which) prevents "read-only segment has dynamic relocations" linker error. +export MOZ_DEBUG_FLAGS=" " +export RUSTFLAGS="-Cdebuginfo=0"
This is an automated email from the git hooks/post-receive script.
pierov pushed a commit to branch tor-browser-102.2.0esr-12.0-1 in repository tor-browser.
commit 661eb5e548db213a724e567342d28635a13673e1 Author: Jeremy Rand jeremyrand@danwin1210.de AuthorDate: Wed Aug 31 08:05:37 2022 +0000
fixup! TB3: Tor Browser's official .mozconfigs.
Bug 32355: Add linux-arm tor-browser mozconfig --- mozconfig-linux-arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mozconfig-linux-arm b/mozconfig-linux-arm index 0a476ed03bb40..33546709108a7 100644 --- a/mozconfig-linux-arm +++ b/mozconfig-linux-arm @@ -1,4 +1,4 @@ -. $topsrcdir/browser/config/mozconfigs/base-browser +. $topsrcdir/browser/config/mozconfigs/tor-browser
ac_add_options --target=arm-linux-gnueabihf
tbb-commits@lists.torproject.org