gmsh: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:23 +02:00
parent 48ca6a551e
commit 9fd6cb9ccd
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ changelog="http://gmsh.info/CHANGELOG.txt"
distfiles="https://gmsh.info/src/gmsh-${version}-source.tgz"
checksum=ccf8c74f43cbe3c371abe79862025d41642b3538a0148f018949494e3b3e2ecd
CFLAGS="-fcommon"
if [ -z "$CROSS_BUILD" ]; then
makedepends+=" hdf5-devel"
fi