Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 572038 | Differences between
and this patch

Collapse All | Expand All

(-)ltmain.sh (-2 / +2 lines)
Lines 8316-8322 Link Here
8316
	       test no = "$hardcode_direct_absolute"; then
8316
	       test no = "$hardcode_direct_absolute"; then
8317
	      add=$libdir/$linklib
8317
	      add=$libdir/$linklib
8318
	    elif test yes = "$hardcode_minus_L"; then
8318
	    elif test yes = "$hardcode_minus_L"; then
8319
	      add_dir=-L$libdir
8319
	      add_dir=-L$lt_sysroot/$libdir
8320
	      add=-l$name
8320
	      add=-l$name
8321
	    elif test yes = "$hardcode_shlibpath_var"; then
8321
	    elif test yes = "$hardcode_shlibpath_var"; then
8322
	      case :$finalize_shlibpath: in
8322
	      case :$finalize_shlibpath: in
Lines 8333-8339 Link Here
8333
	      fi
8333
	      fi
8334
	    else
8334
	    else
8335
	      # We cannot seem to hardcode it, guess we'll fake it.
8335
	      # We cannot seem to hardcode it, guess we'll fake it.
8336
	      add_dir=-L$libdir
8336
	      add_dir=-L$lt_sysroot/$libdir
8337
	      # Try looking first in the location we're being installed to.
8337
	      # Try looking first in the location we're being installed to.
8338
	      if test -n "$inst_prefix_dir"; then
8338
	      if test -n "$inst_prefix_dir"; then
8339
		case $libdir in
8339
		case $libdir in

Return to bug 572038