summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-01-21 06:34:50 +0000
committerGordon Malm <gengor@gentoo.org>2009-01-21 06:34:50 +0000
commitf170b621e6721d1c1e33987b2ba34379e337d631 (patch)
treeb1755dc838f8a5adcb274154da5f71e52c983aa0 /net-libs
parentAppend fno-stack-protector on all ARCHes for CXX only. Bugs 253639, 253737. (diff)
downloadgentoo-2-f170b621e6721d1c1e33987b2ba34379e337d631.tar.gz
gentoo-2-f170b621e6721d1c1e33987b2ba34379e337d631.tar.bz2
gentoo-2-f170b621e6721d1c1e33987b2ba34379e337d631.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 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.0.5.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 30b528bbc9d4..bf7b3af7ea51 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.177 2009/01/08 07:10:59 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.178 2009/01/21 06:34:50 gengor Exp $
+
+ 21 Jan 2009; Gordon Malm <gengor@gentoo.org> xulrunner-1.9.0.5.ebuild:
+ Append fno-stack-protector on all ARCHes for CXX only. Bugs 253639, 253737.
08 Jan 2009; Gordon Malm <gengor@gentoo.org> xulrunner-1.8.1.19.ebuild:
Only necessary to filter-flags stack-protector, it does append-flags safely.
diff --git a/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild
index a715c0d22735..c2103be2f1f8 100644
--- a/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.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/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild,v 1.12 2008/12/31 03:40:00 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.5.ebuild,v 1.13 2009/01/21 06:34:50 gengor Exp $
WANT_AUTOCONF="2.1"
@@ -122,10 +122,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
####################################