diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-11 00:14:53 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-11 00:14:53 (GMT) |
commit | e7c20ed3177273fde4874c4e41dae027b93bf102 (patch) | |
tree | 4a5c700602900ff3cca029a7a97fbdd5fa9b9132 /bin | |
parent | 990fadfbe55353383639f0151990ec375fbe18cb (diff) | |
download | hdf5-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-x | bin/ltconfig | 2 |
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=' ' ;; *) |