summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-01-08 22:29:02 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-01-08 22:29:02 +0000
commita32a6e034d68370c4fbaf303c9c9d6e28c74a823 (patch)
treeadc602e94374816e07b7521a649173d34363243d /net-www
parentmark stable (diff)
downloadhistorical-a32a6e034d68370c4fbaf303c9c9d6e28c74a823.tar.gz
historical-a32a6e034d68370c4fbaf303c9c9d6e28c74a823.tar.bz2
historical-a32a6e034d68370c4fbaf303c9c9d6e28c74a823.zip
fix bug #13287 (Mozilla 1.2.1-r4 crashes on startup)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/ChangeLog7
-rw-r--r--net-www/mozilla/mozilla-1.2.1-r4.ebuild9
2 files changed, 13 insertions, 3 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index 1ebc9372bcf9..c392ca1c7ed5 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/mozilla
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.78 2002/12/26 20:14:40 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.79 2003/01/08 22:29:02 azarah Exp $
+
+ 09 Jan 2003; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2.1-r4.ebuild :
+
+ We set -O in ./configure to -O1, as -O2 cause crashes on startup ...
+ (bug #13287)
26 Dec 2002; Martin Schlemmer <azarah@gentoo.org> mozilla-1.2.1-r4.ebuild :
diff --git a/net-www/mozilla/mozilla-1.2.1-r4.ebuild b/net-www/mozilla/mozilla-1.2.1-r4.ebuild
index 33417382cb86..7ff1d83fd311 100644
--- a/net-www/mozilla/mozilla-1.2.1-r4.ebuild
+++ b/net-www/mozilla/mozilla-1.2.1-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r4.ebuild,v 1.1 2002/12/26 20:14:40 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.2.1-r4.ebuild,v 1.2 2003/01/08 22:29:02 azarah Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -34,6 +34,11 @@ filter-flags "-fomit-frame-pointer"
# <azarah@gentoo.org> (13 Oct 2002)
strip-flags
+# We set -O in ./configure to -O1, as -O2 cause crashes on startup ...
+# (bug #13287)
+export CFLAGS="${CFLAGS//-O?}"
+export CXXFLAGS="${CFLAGS//-O?}"
+
EMVER="0.71.0"
IPCVER="1.0.1"
@@ -457,7 +462,7 @@ src_compile() {
--with-java-supplement \
--with-pthreads \
--enable-extensions="${myext}" \
- --enable-optimize="-O2" \
+ --enable-optimize="-O1" \
--with-default-mozilla-five-home=/usr/lib/mozilla \
${myconf} || die