summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2011-03-28 18:14:43 +0000
committerJustin Bronder <jsbronder@gentoo.org>2011-03-28 18:14:43 +0000
commit120081729a39c3d35f7d9885978f2080c0bca589 (patch)
treee6d9d0031207b3fd0e367db84ae2a27be0080e68 /sys-cluster/openmpi/openmpi-1.5.3.ebuild
parentStable on amd64 wrt bug #360951 (diff)
downloadgentoo-2-120081729a39c3d35f7d9885978f2080c0bca589.tar.gz
gentoo-2-120081729a39c3d35f7d9885978f2080c0bca589.tar.bz2
gentoo-2-120081729a39c3d35f7d9885978f2080c0bca589.zip
Fix hardened test failure (#360185).
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/openmpi/openmpi-1.5.3.ebuild')
-rw-r--r--sys-cluster/openmpi/openmpi-1.5.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys-cluster/openmpi/openmpi-1.5.3.ebuild b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
index 161aaa9c8f87..baf6cb0383f0 100644
--- a/sys-cluster/openmpi/openmpi-1.5.3.ebuild
+++ b/sys-cluster/openmpi/openmpi-1.5.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3.ebuild,v 1.2 2011/03/22 19:28:29 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/openmpi/openmpi-1.5.3.ebuild,v 1.3 2011/03/28 18:14:43 jsbronder Exp $
EAPI=3
inherit eutils multilib flag-o-matic toolchain-funcs
@@ -51,6 +51,8 @@ src_prepare() {
echo 'oob_tcp_listen_mode = listen_thread' \
>> opal/etc/openmpi-mca-params.conf
fi
+
+ epatch "${FILESDIR}"/openmpi-r24328.patch
}
src_configure() {