[tor-commits] [tor-browser-build/master] Re-enable missing configure arguments

gk at torproject.org gk at torproject.org
Fri Aug 23 06:23:04 UTC 2019


commit 4dbcdaaca258bf7c9a8486f103ad9e0816426a36
Author: Georg Koppen <gk at torproject.org>
Date:   Fri Aug 23 06:22:00 2019 +0000

    Re-enable missing configure arguments
    
    We disabled a bunch of configure arguments to get nightly builds going
    as some of the required patches were not available back then. Re-enable
    the missing arguments now.
---
 projects/firefox/build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/projects/firefox/build b/projects/firefox/build
index 5d4d2a3..31b812a 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -154,7 +154,7 @@ fi
 rm -f configure
 rm -f js/src/configure
 
-./mach configure --with-distribution-id=org.torproject --enable-bundled-fonts
+./mach configure --with-tor-browser-version=[% c("var/torbrowser_version") %] --with-distribution-id=org.torproject --enable-update-channel=[% c("var/torbrowser_update_channel") %] --enable-bundled-fonts --with-branding=[% c("var/branding_directory") %]
 # Don't build with --verbose anymore or otherwise Stylo compilation breaks on
 # Linux. See: #30321 for details.
 ./mach build



More information about the tor-commits mailing list