summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-01-21 05:55:43 +0000
committerGordon Malm <gengor@gentoo.org>2009-01-21 05:55:43 +0000
commit20ecb6f0ebd8717caaf9e6f436b53f445edc080f (patch)
tree3013331057d5a35647dedea22c62af54a673b628 /www-client
parentDisable PATH reset in configure script, bug 254615 (diff)
downloadgentoo-2-20ecb6f0ebd8717caaf9e6f436b53f445edc080f.tar.gz
gentoo-2-20ecb6f0ebd8717caaf9e6f436b53f445edc080f.tar.bz2
gentoo-2-20ecb6f0ebd8717caaf9e6f436b53f445edc080f.zip
Append fno-stack-protector on all ARCHes for CXX only. Bugs 253639, 253737.
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r4-rc1-2009011401 i686)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/mozilla-firefox/ChangeLog5
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog
index e9eb9e0048c7..54b54c9cc136 100644
--- a/www-client/mozilla-firefox/ChangeLog
+++ b/www-client/mozilla-firefox/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/mozilla-firefox
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.475 2009/01/08 07:22:07 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.476 2009/01/21 05:55:43 gengor Exp $
+
+ 21 Jan 2009; Gordon Malm <gengor@gentoo.org> mozilla-firefox-3.0.5.ebuild:
+ Append fno-stack-protector on all ARCHes for CXX only. Bugs 253639, 253737.
08 Jan 2009; Gordon Malm <gengor@gentoo.org>
mozilla-firefox-2.0.0.19.ebuild:
diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild
index 245edf3fb250..79da12394134 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild,v 1.10 2008/12/29 21:50:29 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.5.ebuild,v 1.11 2009/01/21 05:55:43 gengor Exp $
EAPI="1"
WANT_AUTOCONF="2.1"
@@ -197,10 +197,8 @@ src_compile() {
# Finalize and report settings
mozconfig_final
- if use amd64 ; then
- if [[ $(gcc-major-version) -lt 4 ]]; then
- filter-flags -fstack-protector -fstack-protector-all
- fi
+ if [[ $(gcc-major-version) -lt 4 ]]; then
+ append-cxxflags -fno-stack-protector
fi
####################################