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 | 3333edc73a2fd9db4439bd94da712cf289af1002 (patch) | |
tree | 19a3425ab75768751ea4d08d45065475d58013d8 /eclass | |
parent | ebuild cleanup. (Manifest recommit) (diff) | |
download | gentoo-2-3333edc73a2fd9db4439bd94da712cf289af1002.tar.gz gentoo-2-3333edc73a2fd9db4439bd94da712cf289af1002.tar.bz2 gentoo-2-3333edc73a2fd9db4439bd94da712cf289af1002.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 |