Skip to content

Commit

Permalink
sys-cluster/mpich2: Restore missing conf opts
Browse files Browse the repository at this point in the history
* Commit 4c2a599 errantly removed use of a temporary variable when
  converting the calling method to use bash.

Closes: https://bugs.gentoo.org/814548
Closes: #22592
Signed-off-by: Sam James <sam@gentoo.org>
  • Loading branch information
clayne authored and thesamesam committed Oct 15, 2021
1 parent 960e345 commit c9050c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c9050c7

Please sign in to comment.