diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-11-10 19:56:04 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-11-10 19:56:04 (GMT) |
commit | 911e79b273bddac85c698b77718516b8a8ee9ab2 (patch) | |
tree | 50541570407c04ef30d3c706de5ea75fd0993608 /tools/h5repack/Makefile.in | |
parent | 227a79d5513e305d047020d96b1ac8b4f8bf44b5 (diff) | |
download | hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.zip hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.gz hdf5-911e79b273bddac85c698b77718516b8a8ee9ab2.tar.bz2 |
[svn-r12887] A fix for linking issues.
Should disable linking against shared libraries in Fortran for compilers that
don't support shared libraries.
Should also fix problem when the wrong Fortran file extension was specified.
If these changes don't solve the Daily Test issues, I'll look at backing out
the autotool version change until I have time to fix them.
Tested on heping, kagiso, juniper.
Diffstat (limited to 'tools/h5repack/Makefile.in')
-rw-r--r-- | tools/h5repack/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/h5repack/Makefile.in b/tools/h5repack/Makefile.in index 15e7eea..6e2ac79 100644 --- a/tools/h5repack/Makefile.in +++ b/tools/h5repack/Makefile.in @@ -178,6 +178,7 @@ F9XMODFLAG = @F9XMODFLAG@ F9XSUFFIXFLAG = @F9XSUFFIXFLAG@ FC = @FC@ FCFLAGS = @FCFLAGS@ @H5_FCFLAGS@ +FCFLAGS_f90 = @FCFLAGS_f90@ FCLIBS = @FCLIBS@ FFLAGS = @FFLAGS@ FILTERS = @FILTERS@ |