From e2e0424f2f3bdd9204145d799ddce39e762795f7 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 30 Jan 2002 16:16:33 -0500 Subject: [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 --- bin/ltconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/ltconfig b/bin/ltconfig index 457cded..57a017b 100755 --- a/bin/ltconfig +++ b/bin/ltconfig @@ -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=':' -- cgit v0.12