summaryrefslogtreecommitdiffstats
path: root/fortran/src/h5fc.in
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2009-10-28 20:35:13 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2009-10-28 20:35:13 (GMT)
commitf736e4ca18b48c621af642ba9226fe0568b7a21d (patch)
tree3b77881c80b88e9078e43caf138024454df9637c /fortran/src/h5fc.in
parent2f423f0a479252dc84fe5e4ea6fb8ee10e4e87e9 (diff)
downloadhdf5-f736e4ca18b48c621af642ba9226fe0568b7a21d.zip
hdf5-f736e4ca18b48c621af642ba9226fe0568b7a21d.tar.gz
hdf5-f736e4ca18b48c621af642ba9226fe0568b7a21d.tar.bz2
[svn-r17775] Purpose:
h5cc link-line reordering Description: Re-ordered flags in h5cc such that LDFLAGS appears after hdf5 library include path. This is to ensure third party library locations don't interfere with locating the correct version of hdf5 library. Tested: passed daily tests in 1.8 branch (as verified by Larry just now).
Diffstat (limited to 'fortran/src/h5fc.in')
-rwxr-xr-xfortran/src/h5fc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index 5b915d5..df52971 100755
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -295,7 +295,7 @@ if test "x$do_link" = "xyes"; then
# module. It's okay if they're included twice in the compile line.
link_args="$link_args $LIBS"
- $SHOW $FLINKER $FFLAGS $F9XSUFFIXFLAG $fmodules $LDFLAGS $link_objs $link_args $shared_link
+ $SHOW $FLINKER $FFLAGS $F9XSUFFIXFLAG $fmodules $link_objs $link_args $shared_link $LDFLAGS
status=$?
fi