diff --git a/hdf.spec b/hdf.spec index 023a3f7..022ac7c 100644 --- a/hdf.spec +++ b/hdf.spec @@ -4,7 +4,7 @@ Name: hdf Version: 4.2.13 -Release: 10%{?dist} +Release: 11%{?dist} Summary: A general purpose library and file format for storing scientific data License: BSD Group: System Environment/Libraries @@ -87,7 +87,7 @@ rm config/*linux-gnu # Shared libraries disabled: libmfhdf.so is not correctly compiled # for missing link to libdf.so export CFLAGS="%{optflags} -fPIC -I%{_includedir}/tirpc" -export LDFLAGS="%{__global_ldflags} -ltirpc" +export LIBS="-ltirpc" export FFLAGS="%{optflags} -fPIC -ffixed-line-length-none" %configure --disable-production --disable-java --disable-netcdf \ --enable-shared=no --enable-static=yes --enable-fortran %{!?el6:--with-szlib} \ @@ -150,6 +150,9 @@ make -j1 check %{_defaultdocdir}/%{name}/examples %changelog +* Sun Oct 7 2018 Orion Poplawski - 4.2.13-11 +- Use LIBS instead of LDFLAGS for -ltirpc + * Fri Jul 13 2018 Fedora Release Engineering - 4.2.13-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild