SUPINF-247: fix builds in newer rpmbuild versions

This commit is contained in:
Shahram Najm 2014-07-03 17:27:12 +01:00
parent 4b02897912
commit 02c6c098dc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ The ECMWF GRIB API is an application program interface accessible from C and FOR
#%patch
%build
%GNUconfigure %{?configure_args}
%configure %{?configure_args}
# This is why we copy the CFLAGS to the CXXFLAGS in configure.in
# CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure %{_target_platform} --prefix=%{prefix}
make