summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorPavel Vinogradov2021-10-05 21:46:38 -0400
committerPavel Vinogradov2021-10-05 21:46:38 -0400
commit4c013a08a73f8b437a08f6956839a90759100543 (patch)
tree61733f14746ce8b89c4715bf56eb48c41b21c7aa /http
parent7679e9834d4ce098a053fc33272103ce5d3d14a2 (diff)
http/firefox: fixed input wait
Diffstat (limited to 'http')
-rwxr-xr-xhttp/firefox/BUILD2
-rw-r--r--http/firefox/HISTORY2
2 files changed, 3 insertions, 1 deletions
diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index adb3362e0e..e223a7b30f 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -14,7 +14,7 @@ export LIBGL_ALWAYS_INDIRECT=1 &&
# System rustc has no debuginfo
export RUSTFLAGS="-C debuginfo=0" &&
-export MACH_USE_SYSTEM_PYTHON=yes &&
+export MOZBUILD_STATE_PATH="${SOURCE_DIRECTORY}/mozbuild" &&
#
# No fast optimization for Mozilla, bit us so many times...
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index c44739f1ec..c7417aa5c7 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -2,6 +2,8 @@
* DETAILS: version 93.0, SECURITY_PATCH++
* DEPENDS: nss >= 3.70
* patches/*: updated
+ * BUILD: added state directory fix to avoid waiting for input and setting it to
+ /root/.mozbuild, also removed duplicate variable
2021-09-23 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 92.0.1