From c711f74cfde02d06e914da189f256cc596cfbcee Mon Sep 17 00:00:00 2001 From: sagitter Date: Sun, 2 Feb 2020 19:06:03 +0100 Subject: [PATCH] Export FFLAGS too --- hdf.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/hdf.spec b/hdf.spec index da34d55..ff7ad65 100644 --- a/hdf.spec +++ b/hdf.spec @@ -160,6 +160,7 @@ cd build-static # Temporary workaround for compiling on GCC-10 %if 0%{?fedora} && 0%{?fedora} > 31 export FCFLAGS="%{build_fflags} -fallow-argument-mismatch" +export FFLAGS="%{build_fflags} -fallow-argument-mismatch" %endif %configure --disable-production --disable-java --disable-netcdf \ --enable-shared=no --enable-static=yes --enable-fortran %{!?el6:--with-szlib} \