[tor-commits] [tor-browser-build/master] Bug 40077: Don't pass --no-insert-timestamp when building Firefox

sysrqb at torproject.org sysrqb at torproject.org
Thu Sep 10 17:57:38 UTC 2020


commit f6e87613d6f36fded0674ad91e3937c7403bee26
Author: Georg Koppen <gk at torproject.org>
Date:   Sat Sep 5 15:00:56 2020 +0000

    Bug 40077: Don't pass --no-insert-timestamp when building Firefox
    
    https://bugzilla.mozilla.org/show_bug.cgi?id=1612423 does that for us
    now when using mingw-w64.
---
 projects/firefox/build | 2 --
 1 file changed, 2 deletions(-)

diff --git a/projects/firefox/build b/projects/firefox/build
index 4e1a077..d3c7139 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -77,8 +77,6 @@ fi
   # Make sure widl is not inserting random timestamps, see #21837.
   export WIDL_TIME_OVERRIDE="0"
   patch -p1 < $rootdir/nsis-uninstall.patch
-  # Make sure we link without inserting timestamps in general.
-  export LDFLAGS="-Wl,--no-insert-timestamp"
 [% END -%]
 
 [% IF c("var/namecoin") %]





More information about the tor-commits mailing list