From 6d8ff13387f922c7c140b63310c41ad969e9c9e6 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 24 Apr 2001 18:06:01 -0500 Subject: [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 --- bin/ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12