Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8f8cc3e8b5ddacbeeff9305c2557fe6d2a61997)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8f8cc3e8b5ddacbeeff9305c2557fe6d2a61997)
  • Date: Tue, 29 Dec 2020 22:45:35 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

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

New commits:
commit a8f8cc3e8b5ddacbeeff9305c2557fe6d2a61997
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

firefox: Make mach use system python

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index eebec27..adb3362 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -52,4 +52,5 @@ for option in $OPTS; do
done &&

echo "mk_add_options MOZ_MAKE_FLAGS=\"-j${MAKE_NJOBS:-1}\"" >> .mozconfig &&
+MACH_USE_SYSTEM_PYTHON=1 \
./mach build
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 8649411..f211a7a 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2020-12-29 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Made mach use system python
+
2020-10-02 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS, BUILD: version 81.0.1
* DEPENDS: use nss 3.57



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a8f8cc3e8b5ddacbeeff9305c2557fe6d2a61997), Ismael Luceno, 12/29/2020

Archive powered by MHonArc 2.6.24.

Top of Page