mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r4883] Purpose:
Bug Fix Description: For some reason, a wrong line was introduced into the ltconfig in my "Major Hack(tm)" stuff. Solution: Removed this line, which isn't supposed to be there cause that's why the Major Hack was there to begin with. Platforms tested: NERSC machine and Pacific Blue
This commit is contained in:
parent
cb905d215e
commit
e2e0424f2f
@ -1289,11 +1289,11 @@ else
|
||||
|
||||
case "$hname" in
|
||||
*pacific.llnl.gov* | *s0*)
|
||||
hardcode_libdir_flag_spec='${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
|
||||
;;
|
||||
hardcode_libdir_flag_spec=' '
|
||||
;;
|
||||
*)
|
||||
hardcode_libdir_flag_spec='${wl}-b ${wl}nolibpath ${wl}-b ${wl}libpath:$libdir:/usr/lib:/lib'
|
||||
;;
|
||||
;;
|
||||
esac
|
||||
|
||||
hardcode_libdir_separator=':'
|
||||
|
Loading…
x
Reference in New Issue
Block a user