diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-24 23:06:01 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-04-24 23:06:01 (GMT) |
commit | 6d8ff13387f922c7c140b63310c41ad969e9c9e6 (patch) | |
tree | 1588c9e5c8fc08e3674b3b3e140bf81fbbe793e2 /bin/ltmain.sh | |
parent | 68887995c8059f311a5f23c3e6096b4747de1a4c (diff) | |
download | hdf5-6d8ff13387f922c7c140b63310c41ad969e9c9e6.zip hdf5-6d8ff13387f922c7c140b63310c41ad969e9c9e6.tar.gz hdf5-6d8ff13387f922c7c140b63310c41ad969e9c9e6.tar.bz2 |
[svn-r3854] Purpose:
Bug FIx
Description:
Fix to look in the src/.libs directory when in the tools directories.
Solution:
Added .libs to the rpath.
Platforms tested:
Linux
Diffstat (limited to 'bin/ltmain.sh')
-rw-r--r-- | bin/ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ltmain.sh b/bin/ltmain.sh index 852ba7a..6775c56 100644 --- a/bin/ltmain.sh +++ b/bin/ltmain.sh @@ -2459,7 +2459,7 @@ EOF *irix[56]*) # Add in paths just for the HDF5 library stuff... pwd=`pwd`; - rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src"; + rpath="$rpath:$pwd/.libs:$pwd/../src/.libs:$pwd/../../src/.libs"; # Modify the rpaths so that the compiler can handle the number # of library paths |