summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-04-21 05:29:48 +0000
committerMike Frysinger <vapier@gentoo.org>2012-04-21 05:29:48 +0000
commita59748c58ab4fd496cf7aada70bd11981179bca2 (patch)
tree53414380e34d75317918c0e70a6e43c33f1dacbf /sys-fs/multipath-tools
parentRespect LDFLAGS when linking shared libs. (diff)
downloadgentoo-2-a59748c58ab4fd496cf7aada70bd11981179bca2.tar.gz
gentoo-2-a59748c58ab4fd496cf7aada70bd11981179bca2.tar.bz2
gentoo-2-a59748c58ab4fd496cf7aada70bd11981179bca2.zip
Bypass grepping of files in /usr/include #411337 by Leho Kraav.
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/multipath-tools')
-rw-r--r--sys-fs/multipath-tools/ChangeLog6
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild8
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-fs/multipath-tools/ChangeLog b/sys-fs/multipath-tools/ChangeLog
index 4313f627c2bc..bfa17ca00321 100644
--- a/sys-fs/multipath-tools/ChangeLog
+++ b/sys-fs/multipath-tools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/multipath-tools
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.41 2012/04/21 05:28:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/ChangeLog,v 1.42 2012/04/21 05:29:48 vapier Exp $
+
+ 21 Apr 2012; Mike Frysinger <vapier@gentoo.org>
+ multipath-tools-0.4.9-r3.ebuild:
+ Bypass grepping of files in /usr/include #411337 by Leho Kraav.
21 Apr 2012; Mike Frysinger <vapier@gentoo.org>
files/multipath-tools-0.4.9-build.patch:
diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild
index 55c3e251707b..7ee5fb4721fe 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild,v 1.1 2011/11/30 04:30:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.9-r3.ebuild,v 1.2 2012/04/21 05:29:48 vapier Exp $
EAPI="2"
@@ -34,7 +34,9 @@ src_prepare() {
}
src_compile() {
- emake CC="$(tc-getCC)" || die
+ # LIBDM_API_FLUSH involves grepping files in /usr/include,
+ # so force the test to go the way we want #411337.
+ emake LIBDM_API_FLUSH=1 CC="$(tc-getCC)" || die
}
src_install() {