summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Malm <gengor@gentoo.org>2009-01-08 07:10:59 +0000
committerGordon Malm <gengor@gentoo.org>2009-01-08 07:10:59 +0000
commit42c34ae34b759d528541a550eb877ac9cd57edb3 (patch)
tree03c2c1e57e235b8ac0b912a54c9035c099d99fd5 /net-libs/xulrunner/xulrunner-1.8.1.19.ebuild
parentKnock off the version-fu and use test-flags-CC (diff)
downloadhistorical-42c34ae34b759d528541a550eb877ac9cd57edb3.tar.gz
historical-42c34ae34b759d528541a550eb877ac9cd57edb3.tar.bz2
historical-42c34ae34b759d528541a550eb877ac9cd57edb3.zip
Remove unnecessary append-flags -fno-stack-protector{,-all}
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27-hardened-r3-rc1-2008120601 i686
Diffstat (limited to 'net-libs/xulrunner/xulrunner-1.8.1.19.ebuild')
-rw-r--r--net-libs/xulrunner/xulrunner-1.8.1.19.ebuild11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild
index fde870b7cdcf..c6e180c2090d 100644
--- a/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.8.1.19.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.8.1.19.ebuild,v 1.6 2008/12/22 15:38:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.19.ebuild,v 1.7 2009/01/08 07:10:59 gengor Exp $
WANT_AUTOCONF="2.1"
@@ -99,12 +99,7 @@ src_compile() {
# Finalize and report settings
mozconfig_final
- # -fstack-protector breaks us
- if gcc-version ge 4 1; then
- gcc-specs-ssp && append-flags -fno-stack-protector
- else
- gcc-specs-ssp && append-flags -fno-stack-protector-all
- fi
+ # -fstack-protector{,-all} breaks us
filter-flags -fstack-protector -fstack-protector-all
####################################