summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2008-04-21 14:52:57 +0000
committerJustin Bronder <jsbronder@gentoo.org>2008-04-21 14:52:57 +0000
commit9f274bb5cd1ded31ecf944ba22c81a10c723fe02 (patch)
tree0aa81068420844144ea5d10bc6bdae0ac74e31e4 /sys-cluster/pvfs2/pvfs2-2.7.1.ebuild
parentRemoved pkg-config in RDEPEND (see bug #217278) and moved doc to RDEPEND (diff)
downloadgentoo-2-9f274bb5cd1ded31ecf944ba22c81a10c723fe02.tar.gz
gentoo-2-9f274bb5cd1ded31ecf944ba22c81a10c723fe02.tar.bz2
gentoo-2-9f274bb5cd1ded31ecf944ba22c81a10c723fe02.zip
Fix build error with 2.6.25 kernels (#218310). Thanks to Michael Cramer for the report and fix.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-cluster/pvfs2/pvfs2-2.7.1.ebuild')
-rw-r--r--sys-cluster/pvfs2/pvfs2-2.7.1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild b/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild
index cebef8cb2ca9..915896882593 100644
--- a/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild
+++ b/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild,v 1.1 2008/04/17 02:51:23 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pvfs2/pvfs2-2.7.1.ebuild,v 1.2 2008/04/21 14:52:57 jsbronder Exp $
inherit linux-mod autotools toolchain-funcs
@@ -57,6 +57,9 @@ src_unpack() {
# to split the installation of the module (which we use
# the eclass for) and the installation of the kernapps.
epatch "${FILESDIR}"/${PN}-split-kernapps.patch
+
+ # Support for >=linux-2.6.25, should be unnecessary next release.
+ sed -i 's/ Q=@echo >.*/ Q=@/' src/kernel/linux-2.6/Makefile.in
}
src_compile() {