Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c013a08a73f8b437a08f6956839a90759100543)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c013a08a73f8b437a08f6956839a90759100543)
  • Date: Wed, 6 Oct 2021 01:47:47 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

http/firefox/BUILD | 2 +-
http/firefox/HISTORY | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 4c013a08a73f8b437a08f6956839a90759100543
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

http/firefox: fixed input wait

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index adb3362..e223a7b 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 c44739f..c7417aa 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 AT sourcemage.org>
* DETAILS: version 92.0.1



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (4c013a08a73f8b437a08f6956839a90759100543), Pavel Vinogradov, 10/05/2021

Archive powered by MHonArc 2.6.24.

Top of Page