diff options
author | Travis Tilley <lv@gentoo.org> | 2004-07-16 20:59:15 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-07-16 20:59:15 +0000 |
commit | b41d9e850ac3d10fc25701ce98465e7cae890030 (patch) | |
tree | 32392aa7c9d86b8f905d74adac51850bdc1af9f0 /sys-libs | |
parent | Fix for typos (Manifest recommit) (diff) | |
download | gentoo-2-b41d9e850ac3d10fc25701ce98465e7cae890030.tar.gz gentoo-2-b41d9e850ac3d10fc25701ce98465e7cae890030.tar.bz2 gentoo-2-b41d9e850ac3d10fc25701ce98465e7cae890030.zip |
fix filter-flags order so that -fno-stack-protector isnt added
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild index d7278d6cae71..046fdeb61ed6 100644 --- a/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild +++ b/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.11 2004/07/15 21:49:59 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/libstdc++-v3-3.3.3-r1.ebuild,v 1.12 2004/07/16 20:59:15 lv Exp $ IUSE="nls" @@ -54,10 +54,10 @@ do_filter_flags() { filter-flags -fno-web # xgcc isnt patched with propolice - filter-flags -fstack-protector - filter-flags -fno-stack-protector filter-flags -fstack-protector-all filter-flags -fno-stack-protector-all + filter-flags -fstack-protector + filter-flags -fno-stack-protector # xgcc isnt patched with the gcc symbol visibility patch filter-flags -fvisibility-inlines-hidden |