mirror of https://github.com/ecmwf/eccodes.git
SUPINF-247: fix builds in newer rpmbuild versions
This commit is contained in:
parent
4b02897912
commit
02c6c098dc
|
@ -52,7 +52,7 @@ The ECMWF GRIB API is an application program interface accessible from C and FOR
|
||||||
#%patch
|
#%patch
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%GNUconfigure %{?configure_args}
|
%configure %{?configure_args}
|
||||||
# This is why we copy the CFLAGS to the CXXFLAGS in configure.in
|
# This is why we copy the CFLAGS to the CXXFLAGS in configure.in
|
||||||
# CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{prefix}
|
# CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{prefix}
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue