diff options
author | 2003-08-15 13:23:14 +0000 | |
---|---|---|
committer | 2003-08-15 13:23:14 +0000 | |
commit | 0d948f7b973f8434ee4254fc9116780968e53247 (patch) | |
tree | 4464c82dffbf48c2402e1e6756f46372c254d5ce /sys-apps/lsof/lsof-4.68.ebuild | |
parent | moved lintool from dev-util to app-portage (diff) | |
download | historical-0d948f7b973f8434ee4254fc9116780968e53247.tar.gz historical-0d948f7b973f8434ee4254fc9116780968e53247.tar.bz2 historical-0d948f7b973f8434ee4254fc9116780968e53247.zip |
filter flaggin -fstack-protector on alpha (#26576)
Diffstat (limited to 'sys-apps/lsof/lsof-4.68.ebuild')
-rw-r--r-- | sys-apps/lsof/lsof-4.68.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys-apps/lsof/lsof-4.68.ebuild b/sys-apps/lsof/lsof-4.68.ebuild index 61633079bacc..74b5e1f1ef8e 100644 --- a/sys-apps/lsof/lsof-4.68.ebuild +++ b/sys-apps/lsof/lsof-4.68.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.3 2003/08/03 06:22:17 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/lsof-4.68.ebuild,v 1.4 2003/08/15 13:23:06 taviso Exp $ + +inherit flag-o-matic IUSE="" MY_P=${P/-/_} @@ -25,6 +27,11 @@ src_unpack() { } src_compile() { + + # #26576 lsof 4.68 compile with -fstack-protector fails on Alpha + # -taviso (15 Aug 03) + use alpha && filter-flags -fstack-protector + #interactive script: Enable HASSECURITY, WARNINGSTATE, and HASKERNIDCK #is there a way to avoid the "echo to a file + file read"? #Just piping in the results didn't seem to work. |