rpms/netcdf/devel netcdf-4.1.1-hdf5.patch,1.1,1.2

Orion Poplawski orion at fedoraproject.org
Mon Apr 19 20:25:26 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/netcdf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv11347/devel

Modified Files:
	netcdf-4.1.1-hdf5.patch 
Log Message:
Fix up hdf5 patch

netcdf-4.1.1-hdf5.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: netcdf-4.1.1-hdf5.patch
===================================================================
RCS file: /cvs/pkgs/rpms/netcdf/devel/netcdf-4.1.1-hdf5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- netcdf-4.1.1-hdf5.patch	19 Apr 2010 17:47:36 -0000	1.1
+++ netcdf-4.1.1-hdf5.patch	19 Apr 2010 20:25:26 -0000	1.2
@@ -5,8 +5,8 @@ diff -up netcdf-4.1.1/libsrc4/Makefile.i
  	  rm -f "$${dir}/so_locations"; \
  	done
  libnetcdf.la: $(libnetcdf_la_OBJECTS) $(libnetcdf_la_DEPENDENCIES) 
--	$(libnetcdf_la_LINK) $(libnetcdf_la_OBJECTS) $(libnetcdf_la_LIBADD) $(LIBS)
-+	$(libnetcdf_la_LINK) $(libnetcdf_la_OBJECTS) $(libnetcdf_la_LIBADD) -lhdf5_hl -lhdf5 $(LIBS)
+-	$(libnetcdf_la_LINK) -rpath $(libdir) $(libnetcdf_la_OBJECTS) $(libnetcdf_la_LIBADD) $(LIBS)
++	$(libnetcdf_la_LINK) -rpath $(libdir) $(libnetcdf_la_OBJECTS) $(libnetcdf_la_LIBADD) -lhdf5_hl -lhdf5 $(LIBS)
  
  clean-checkPROGRAMS:
  	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \



More information about the scm-commits mailing list