[tor-commits] [tor-browser-build/master] Bug 9145: Tor Browser for Windows is broken with hardware acceleration

gk at torproject.org gk at torproject.org
Wed Jul 25 20:06:59 UTC 2018


commit 11e0e597480bbbd03410431107b26b0492c4fd83
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Sat Jun 23 11:21:44 2018 -0400

    Bug 9145: Tor Browser for Windows is broken with hardware acceleration
    
    We now build with -DWIDL_EXPLICIT_AGGREGATE_RETURNS on Windows to fix
    this issue; see https://bugzilla.mozilla.org/show_bug.cgi?id=1411401 for
    more information.
---
 projects/firefox/mozconfig-windows-i686   | 3 +++
 projects/firefox/mozconfig-windows-x86_64 | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/projects/firefox/mozconfig-windows-i686 b/projects/firefox/mozconfig-windows-i686
index daeaed4..a5e15f1 100644
--- a/projects/firefox/mozconfig-windows-i686
+++ b/projects/firefox/mozconfig-windows-i686
@@ -1,5 +1,8 @@
 CROSS_COMPILE=1
 
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
+export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"
+
 ac_add_options --enable-application=browser
 ac_add_options --target=i686-w64-mingw32
 ac_add_options --with-toolchain-prefix=i686-w64-mingw32-
diff --git a/projects/firefox/mozconfig-windows-x86_64 b/projects/firefox/mozconfig-windows-x86_64
index 568d88d..e7f857d 100644
--- a/projects/firefox/mozconfig-windows-x86_64
+++ b/projects/firefox/mozconfig-windows-x86_64
@@ -1,5 +1,8 @@
 CROSS_COMPILE=1
 
+# https://bugzilla.mozilla.org/show_bug.cgi?id=1411401
+export CXXFLAGS="-DWIDL_EXPLICIT_AGGREGATE_RETURNS"
+
 ac_add_options --enable-application=browser
 ac_add_options --target=x86_64-w64-mingw32
 ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-



More information about the tor-commits mailing list