Index: jhdf-2.5/native/hdf5lib/Makefile.in
===================================================================
--- jhdf-2.5.orig/native/hdf5lib/Makefile.in	2010-01-20 22:53:24.000000000 +0000
+++ jhdf-2.5/native/hdf5lib/Makefile.in	2010-01-20 22:54:00.000000000 +0000
@@ -45,7 +45,7 @@
 
 libjhdf5: $(OBJECTS)
 	-mkdir -p $(LIBDIR);
-	$(LD) $(LDOPT) -o $(LIBDIR)/libjhdf5.$(JSLEXT) $(LDOPT2) $(OBJECTS) $(LIBS)
+	$(LD) $(LDOPT) $(COPT) -o $(LIBDIR)/libjhdf5.$(JSLEXT) $(LDOPT2) $(OBJECTS) $(LIBS)
 
 clean:
 	$(RM) -f *.o so_locations $(LIBDIR)/libjhdf5.$(JSLEXT)
