summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2003-08-15 13:23:14 +0000
committerTavis Ormandy <taviso@gentoo.org>2003-08-15 13:23:14 +0000
commit24ef8a59965e04521104d446867deda64874859f (patch)
tree604516d66f409b6127f19d69a708bf8009e404b6 /sys-apps/lsof
parentmoved lintool from dev-util to app-portage (diff)
downloadgentoo-2-24ef8a59965e04521104d446867deda64874859f.tar.gz
gentoo-2-24ef8a59965e04521104d446867deda64874859f.tar.bz2
gentoo-2-24ef8a59965e04521104d446867deda64874859f.zip
filter flaggin -fstack-protector on alpha (#26576)
Diffstat (limited to 'sys-apps/lsof')
-rw-r--r--sys-apps/lsof/ChangeLog4
-rw-r--r--sys-apps/lsof/Manifest6
-rw-r--r--sys-apps/lsof/lsof-4.68.ebuild9
3 files changed, 14 insertions, 5 deletions
diff --git a/sys-apps/lsof/ChangeLog b/sys-apps/lsof/ChangeLog
index 93f8ea3c96ed..60748d4110d2 100644
--- a/sys-apps/lsof/ChangeLog
+++ b/sys-apps/lsof/ChangeLog
@@ -1,7 +1,9 @@
# ChangeLog for sys-apps/lsof
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/ChangeLog,v 1.16 2003/08/03 06:22:17 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/lsof/ChangeLog,v 1.17 2003/08/15 13:23:06 taviso Exp $
+ 15 Aug 2003; Tavis Ormandy <taviso@gentoo.org> lsof-4.68.ebuild:
+ #26576 lsof 4.68 compile with -fstack-protector fails on Alpha
*lsof-4.68 (30 Jun 2003)
diff --git a/sys-apps/lsof/Manifest b/sys-apps/lsof/Manifest
index dad42048673c..ae9e3a3a7791 100644
--- a/sys-apps/lsof/Manifest
+++ b/sys-apps/lsof/Manifest
@@ -1,7 +1,7 @@
-MD5 6d2b87809e1e28e2901e998af0804f44 ChangeLog 2229
-MD5 8ed59c531a687dd40c5549628f7385da lsof-4.64.ebuild 1542
MD5 eb72c8f3844ef2a0ee82bd9477493624 lsof-4.67.ebuild 1552
-MD5 7a1a4e91b700ecdfe9e8a84b47983c83 lsof-4.68.ebuild 1553
+MD5 8ed59c531a687dd40c5549628f7385da lsof-4.64.ebuild 1542
+MD5 07c3a8a6631b537386c07738924eee5e lsof-4.68.ebuild 1714
+MD5 e2ce698833eb4a9d3a010214e1bfd8ea ChangeLog 2362
MD5 8d9d90e05e24a5ffaf927bb83670715a files/digest-lsof-4.64 61
MD5 4da5c4c30e43d53ea46517baa6125d1a files/digest-lsof-4.67 61
MD5 ce8b6000c8273dd5481bc4f4fcdd9ec2 files/digest-lsof-4.68 61
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.