Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/mpich/
Date: Fri, 15 Oct 2021 22:01:45
Message-Id: 1634335280.2772ce712ccef6d9ae6196d5a84615d9c56b7811.sam@gentoo
1 commit: 2772ce712ccef6d9ae6196d5a84615d9c56b7811
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 15 22:01:20 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 15 22:01:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2772ce71
7
8 sys-cluster/mpich: add -fcommon for 3.0.4-r1
9
10 I can't reproduce this but it builds
11 with this anyway.
12
13 Closes: https://bugs.gentoo.org/818280
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-cluster/mpich/mpich-3.0.4-r1.ebuild | 3 +++
17 1 file changed, 3 insertions(+)
18
19 diff --git a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
20 index 08d63fd1943..8d5657d5993 100644
21 --- a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
22 +++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
23 @@ -85,6 +85,9 @@ src_configure() {
24 # dropped w/ bug #725842 fix
25 #unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS
26
27 + # Possible workaround for bug #818280
28 + append-flags -fcommon
29 +
30 # Forcing Bash as there's quite a few bashisms in the build system
31 CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
32 --with-pm=hydra \