Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (8b83090d628105027b6f0cdac86d610d54a7e633)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (8b83090d628105027b6f0cdac86d610d54a7e633)
  • Date: Sun, 12 Sep 2010 14:01:16 -0500

GIT changes to stable-0.47 grimoire by George Sherwood
<gsherwood AT sourcemage.org>:

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

New commits:
commit 8b83090d628105027b6f0cdac86d610d54a7e633
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: George Sherwood <gsherwood AT sourcemage.org>

http/firefox: forced optimizations to -O2 to prevent segfault
(cherry picked from commit fc8bcc6c526e3561041fa2602b02a89d9ce6fcd6)

diff --git a/http/firefox/BUILD b/http/firefox/BUILD
index b34288e..98b8d2a 100755
--- a/http/firefox/BUILD
+++ b/http/firefox/BUILD
@@ -13,6 +13,8 @@ fi &&
#
# No fast optimization for Mozilla, bit us so many times...
#
+CFLAGS="${CFLAGS//-Os/-O2}" &&
+CXXFLAGS="${CXXFLAGS//-Os/-O2}" &&
CFLAGS="${CFLAGS//-O3/-O2}" &&
CXXFLAGS="${CXXFLAGS//-O3/-O2}" &&

@@ -29,6 +31,7 @@ fi &&
# necko-wifi is part of xulrunner if enabled, but firefox
# compile fails without wireless_tools without this option
echo ac_add_options --disable-necko-wifi >> .mozconfig &&
+echo ac_add_options --enable-optimize=-O2 >> .mozconfig &&

make_single &&
make -f client.mk build &&
diff --git a/http/firefox/HISTORY b/http/firefox/HISTORY
index 5271d4b..ae5d229 100644
--- a/http/firefox/HISTORY
+++ b/http/firefox/HISTORY
@@ -1,5 +1,8 @@
+2010-08-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: forced optimizations to -O2 to prevent segfault
+
2010-07-27 George Sherwood <gsherwood AT sourcemage.org>
- * DETAILS: Updated deve to version 4.0b2
+ * DETAILS: Updated devel to version 4.0b2

2010-07-25 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated devel to version 4.0b1



  • [SM-Commit] GIT changes to stable-0.47 grimoire by George Sherwood (8b83090d628105027b6f0cdac86d610d54a7e633), George Sherwood, 09/12/2010

Archive powered by MHonArc 2.6.24.

Top of Page