diff options
author | Gordon Malm <gengor@gentoo.org> | 2009-01-08 07:22:07 +0000 |
---|---|---|
committer | Gordon Malm <gengor@gentoo.org> | 2009-01-08 07:22:07 +0000 |
commit | 41100ae54d241a8739554f28fe7109d7b2499209 (patch) | |
tree | 212c0577d2e4dad3e9d8581222213b3ab1e03388 /www-client | |
parent | Remove unnecessary append-flags -fno-stack-protector{,-all} (diff) | |
download | gentoo-2-41100ae54d241a8739554f28fe7109d7b2499209.tar.gz gentoo-2-41100ae54d241a8739554f28fe7109d7b2499209.tar.bz2 gentoo-2-41100ae54d241a8739554f28fe7109d7b2499209.zip |
Remove unnecessary append-flags -fno-stack-protector{,-all}
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-hardened-r3-rc1-2008120601 i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild | 13 |
2 files changed, 10 insertions, 11 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 8ce005cb46b9..e9eb9e0048c7 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/mozilla-firefox -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.474 2008/12/29 21:50:29 gengor Exp $ +# 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 $ + + 08 Jan 2009; Gordon Malm <gengor@gentoo.org> + mozilla-firefox-2.0.0.19.ebuild: + Only necessary to filter-flags stack-protector, it does append-flags safely. 29 Dec 2008; Gordon Malm <gengor@gentoo.org> mozilla-firefox-3.0.5.ebuild: Filter stack-protector for <gcc-4 on amd64, bug #252459. diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild index 50979d7ca193..717547cea59e 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.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/www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild,v 1.6 2008/12/22 15:25:05 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.19.ebuild,v 1.7 2009/01/08 07:22:07 gengor Exp $ WANT_AUTOCONF="2.1" @@ -187,13 +187,8 @@ 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 - filter-flags -fstack-protector -fstack-protector-all + # -fstack-protector{,-all} breaks us + filter-flags -fstack-protector -fstack-protector-all #################################### # |