summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-11 00:14:53 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-11 00:14:53 (GMT)
commite7c20ed3177273fde4874c4e41dae027b93bf102 (patch)
tree4a5c700602900ff3cca029a7a97fbdd5fa9b9132 /bin
parent990fadfbe55353383639f0151990ec375fbe18cb (diff)
downloadhdf5-e7c20ed3177273fde4874c4e41dae027b93bf102.zip
hdf5-e7c20ed3177273fde4874c4e41dae027b93bf102.tar.gz
hdf5-e7c20ed3177273fde4874c4e41dae027b93bf102.tar.bz2
[svn-r4182]
Purpose: Bug Fix Description: The SP3 machine doesn't like the "-b nolibpath ..." flags, the same as the pacific blue machine. I'm hoping that this will fix it. Solution: Adding the offending machine's name to the "Major Hack(tm)" we did for the Pacific Blue machine.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ltconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ltconfig b/bin/ltconfig
index 3ddeed1..5a2788c 100755
--- a/bin/ltconfig
+++ b/bin/ltconfig
@@ -1284,7 +1284,7 @@ else
hname="`hostname`"
case "$hname" in
- *pacific.llnl.gov*)
+ *pacific.llnl.gov* | gs01015)
hardcode_libdir_flag_spec=' '
;;
*)