[tor-commits] [tor-browser-build/master] Bug 21837: Fix reproducibility of accessibility code for Windows

boklm at torproject.org boklm at torproject.org
Tue Apr 11 10:27:28 UTC 2017


commit bf7083a47fbe40f8e5ca423fde06bb0f0cd403b0
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Apr 10 21:18:50 2017 +0200

    Bug 21837: Fix reproducibility of accessibility code for Windows
    
    tor-browser-bundle.git commit: f13a2dae1ca038a448483dc6b25f17e40c8f3c9b
---
 projects/firefox/build | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/projects/firefox/build b/projects/firefox/build
index b10bab4..3985aec 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -66,6 +66,9 @@ fi
   # Our flags don't get passed to NSS. We need to do that manually using an
   # obscure one.
   export DLLFLAGS="-specs=/var/tmp/dist/mingw-w64/msvcr100.spec"
+
+  # Make sure widl is not inserting random timestamps, see #21837.
+  export WIDL_TIME_OVERRIDE="0"
 [% END %]
 
 [% IF c("var/osname") == "linux-i686" -%]





More information about the tor-commits mailing list