summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-15 23:01:20 +0100
committerSam James <sam@gentoo.org>2021-10-15 23:01:20 +0100
commit2772ce712ccef6d9ae6196d5a84615d9c56b7811 (patch)
tree7adf2900a64a81435a4080ad2adf506153f7ad6c /sys-cluster/mpich
parentsys-cluster/mpich: restore missing configure option (diff)
downloadgentoo-2772ce712ccef6d9ae6196d5a84615d9c56b7811.tar.gz
gentoo-2772ce712ccef6d9ae6196d5a84615d9c56b7811.tar.bz2
gentoo-2772ce712ccef6d9ae6196d5a84615d9c56b7811.zip
sys-cluster/mpich: add -fcommon for 3.0.4-r1
I can't reproduce this but it builds with this anyway. Closes: https://bugs.gentoo.org/818280 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-cluster/mpich')
-rw-r--r--sys-cluster/mpich/mpich-3.0.4-r1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
index 08d63fd1943e..8d5657d59939 100644
--- a/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
+++ b/sys-cluster/mpich/mpich-3.0.4-r1.ebuild
@@ -85,6 +85,9 @@ src_configure() {
# dropped w/ bug #725842 fix
#unset CFLAGS CPPFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS
+ # Possible workaround for bug #818280
+ append-flags -fcommon
+
# Forcing Bash as there's quite a few bashisms in the build system
CONFIG_SHELL="${BROOT}/bin/bash" econf ${c} \
--with-pm=hydra \