mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[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
This commit is contained in:
parent
68887995c8
commit
6d8ff13387
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user