diff options
author | Ned Ludd <solar@gentoo.org> | 2004-03-12 05:14:45 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-03-12 05:14:45 +0000 |
commit | 5e4b2302cb465e25d9100d2dfe8ad68004c62997 (patch) | |
tree | 4d29e2199bb26048c40c693ed2098fe229e40a20 /eclass | |
parent | ebuild cleanup. (diff) | |
download | historical-5e4b2302cb465e25d9100d2dfe8ad68004c62997.tar.gz historical-5e4b2302cb465e25d9100d2dfe8ad68004c62997.tar.bz2 historical-5e4b2302cb465e25d9100d2dfe8ad68004c62997.zip |
filter -pie along with fpie
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 50c5b9527b28..79aa432a269a 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.38 2004/02/26 06:47:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.39 2004/03/12 05:14:45 solar Exp $ # # Author Bart Verwilst <verwilst@gentoo.org> @@ -79,7 +79,7 @@ setup-allowed-flags() { filter-flags() { for x in "$@" ; do case "${x}" in - -fPIC|-fpic|-fPIE|-fpie) etexec-flags;; + -fPIC|-fpic|-fPIE|-fpie|-pie) etexec-flags;; -fstack-protector|-fstack-protector-all) fstack-flags;; *) ;; esac |