diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-02-27 19:30:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-02-27 19:30:35 +0000 |
commit | 90a83f793c65cea22cf5d3429bc590402819655a (patch) | |
tree | 1f96dd2ca1b5114af5ff43898e51b95bea6664f9 /sys-libs/pwdb/pwdb-0.62.ebuild | |
parent | use emake -j1 instaed of overriding MAKEOPTS (diff) | |
download | historical-90a83f793c65cea22cf5d3429bc590402819655a.tar.gz historical-90a83f793c65cea22cf5d3429bc590402819655a.tar.bz2 historical-90a83f793c65cea22cf5d3429bc590402819655a.zip |
move the filter-flags statement into src_compile
Diffstat (limited to 'sys-libs/pwdb/pwdb-0.62.ebuild')
-rw-r--r-- | sys-libs/pwdb/pwdb-0.62.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/pwdb/pwdb-0.62.ebuild b/sys-libs/pwdb/pwdb-0.62.ebuild index 9b25f5386cba..be1f948c5b6d 100644 --- a/sys-libs/pwdb/pwdb-0.62.ebuild +++ b/sys-libs/pwdb/pwdb-0.62.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.8 2004/02/22 12:33:04 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/pwdb/pwdb-0.62.ebuild,v 1.9 2004/02/27 19:30:35 seemant Exp $ inherit eutils flag-o-matic -filter-flags "-fstack-protector" IUSE="selinux" @@ -34,6 +33,8 @@ src_unpack () { } src_compile() { + filter-flags "-fstack-protector" + # author has specified application to be compiled with `-g` # no problem, but with ccc `-g` disables optimisation to make # debugging easier, `-g3` enables debugging and optimisation |