Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (aec498ba036dd1b1bdbb1b83671b9f1730ee4493)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (aec498ba036dd1b1bdbb1b83671b9f1730ee4493)
  • Date: Mon, 17 Jun 2013 11:52:50 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

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

New commits:
commit aec498ba036dd1b1bdbb1b83671b9f1730ee4493
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

http/firefox: changed mozconfig to prevent segfaults

diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index cd10706..4a4c9f1 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,3 +1,6 @@
+2013-06-17 Pol Vinogradov <vin.public AT gmail.com>
+ * mozconfig: added -fno-fast-math to prevent segfaults
+
2013-06-13 Eric Sandall <sandalle AT sourcemage.org>
* desktop/firefox.desktop: Icon moved under icons/browser directory
* DETAILS: PATCHLEVEL++
diff --git a/http/firefox/mozconfig b/http/firefox/mozconfig
index 7e41a7e..498246c 100644
--- a/http/firefox/mozconfig
+++ b/http/firefox/mozconfig
@@ -21,5 +21,5 @@ ac_add_options --disable-crashreporter
ac_add_options --disable-tests
ac_add_options --prefix=$INSTALL_ROOT/usr
ac_add_options --mandir=$INSTALL_ROOT/usr
-ac_add_options --enable-optimize="$CFLAGS"
+ac_add_options --enable-optimize="$CFLAGS -fno-fast-math"
ac_add_options --with-default-mozilla-five-home=/usr/lib/firefox



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (aec498ba036dd1b1bdbb1b83671b9f1730ee4493), Pol Vinogradov, 06/17/2013

Archive powered by MHonArc 2.6.24.

Top of Page