Skip to Content.
Sympa Menu

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

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 (2858bb8830f4d93b76fa22bb921b5271c5fcd764)
  • Date: Tue, 30 Jan 2018 20:33:37 +0000

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

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

New commits:
commit 2858bb8830f4d93b76fa22bb921b5271c5fcd764
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox: fixed compilation of rust code with system compiler

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index f10c94a..678b00f 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -9,6 +9,9 @@ unset DBUS_SESSION_BUS_ADDRESS \
XAUTHORITY &&
export LIBGL_ALWAYS_INDIRECT=1

+# System rustc has no debuginfo
+export RUSTFLAGS="-C debuginfo=0"
+
#
# No fast optimization for Mozilla, bit us so many times...
# This used to default to -O2, but that produces crashing firefox for
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 3e39b88..a0e096c 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,6 @@
2018-01-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 58.0.1, SECURITY_PATCH++, (CVE-2018-5124)
+ * BUILD: disabled debug info for rust code

2018-01-28 Pavel Vinogradov <public AT sourcemage.org>
* BUILD: stylo can be built with system libraries from now on



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (2858bb8830f4d93b76fa22bb921b5271c5fcd764), Pavel Vinogradov, 01/30/2018

Archive powered by MHonArc 2.6.24.

Top of Page