Skip to Content.
Sympa Menu

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

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 (73bab3831240fc1a319117cd956ce1a71a43b744)
  • Date: Sat, 7 May 2016 01:22:56 +0000

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

http/firefox/HISTORY | 3 ++-
http/firefox/mozconfig | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 73bab3831240fc1a319117cd956ce1a71a43b744
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

http/firefox/mozconfig: added -flifetime-dse=1 to avoid segfaults

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 7daca5c..ec90161 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -3,7 +3,8 @@
* DEPENDS: added LIBAVCODEC, optionally
* PRE_BUILD, gcc6.patch: added gcc 6 fix from
https://bugzilla.mozilla.org/show_bug.cgi?id=1245076
- * mozconfig: added -fpermissive, install_rootify++
+ * mozconfig: added -fpermissive and -flifetime-dse=1 to fix
+ compile and runtime errors, install_rootify++

2016-04-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated spell to 46.0, fixed SOURCE_URL[1].
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index 3bcaa24..ebeeb4f 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -16,7 +16,7 @@ ac_add_options --disable-tests
ac_add_options --disable-crashreporter
ac_add_options --prefix=${INSTALL_ROOT}/usr
ac_add_options --mandir=${INSTALL_ROOT}/usr
-ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math -fpermissive"
+ac_add_options --enable-optimize="${CXXFLAGS} -fno-fast-math -fpermissive
-flifetime-dse=1"
ac_add_options
--with-default-mozilla-five-home=${INSTALL_ROOT}/usr/lib/firefox
ac_add_options --enable-release
ac_add_options --enable-pie



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (73bab3831240fc1a319117cd956ce1a71a43b744), Pavel Vinogradov, 05/06/2016

Archive powered by MHonArc 2.6.24.

Top of Page