summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Layne <clayne@anodized.com>2021-10-15 14:23:13 -0700
committerSam James <sam@gentoo.org>2021-10-15 22:43:16 +0100
commitc9050c741fa5bec1a5df21691891ae09d8de3fce (patch)
treef5149a713f874eaa72162cc7ab419ddc95b6364c /sys-cluster/mpich2
parentmedia-video/wireplumber: bump to 0.4.4 and add elogind support (diff)
downloadgentoo-c9050c741fa5bec1a5df21691891ae09d8de3fce.tar.gz
gentoo-c9050c741fa5bec1a5df21691891ae09d8de3fce.tar.bz2
gentoo-c9050c741fa5bec1a5df21691891ae09d8de3fce.zip
sys-cluster/mpich2: Restore missing conf opts
* Commit 4c2a5999 errantly removed use of a temporary variable when converting the calling method to use bash. Closes: https://bugs.gentoo.org/814548 Closes: https://github.com/gentoo/gentoo/pull/22592 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich2')
-rw-r--r--sys-cluster/mpich2/mpich2-1.5-r1.ebuild (renamed from sys-cluster/mpich2/mpich2-1.5.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/mpich2/mpich2-1.5.ebuild b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild
index 05eb7a68a7d2..b436f7e5fe9d 100644
--- a/sys-cluster/mpich2/mpich2-1.5.ebuild
+++ b/sys-cluster/mpich2/mpich2-1.5-r1.ebuild
@@ -89,7 +89,7 @@ src_configure() {
c="${c} --docdir=${EPREFIX}/usr/share/doc/${PF}"
# Forcing Bash as there's quite a few bashisms in the build system
- CONFIG_SHELL="${BROOT}/bin/bash" econf \
+ CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
--with-pm=hydra \
--disable-mpe \
--disable-fast \