Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 582490
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- ltmain.sh
0
++ ltmain.sh
Lines 8365-8371 Link Here
8365
	       test no = "$hardcode_direct_absolute"; then
8365
	       test no = "$hardcode_direct_absolute"; then
8366
	      add=$libdir/$linklib
8366
	      add=$libdir/$linklib
8367
	    elif test yes = "$hardcode_minus_L"; then
8367
	    elif test yes = "$hardcode_minus_L"; then
8368
	      add_dir=-L$libdir
8368
	      add_dir="-L$ROOT/$libdir"
8369
	      add=-l$name
8369
	      add=-l$name
8370
	    elif test yes = "$hardcode_shlibpath_var"; then
8370
	    elif test yes = "$hardcode_shlibpath_var"; then
8371
	      case :$finalize_shlibpath: in
8371
	      case :$finalize_shlibpath: in
Lines 8382-8388 Link Here
8382
	      fi
8382
	      fi
8383
	    else
8383
	    else
8384
	      # We cannot seem to hardcode it, guess we'll fake it.
8384
	      # We cannot seem to hardcode it, guess we'll fake it.
8385
	      add_dir=-L$libdir
8385
	      add_dir="-L$ROOT/$libdir"
8386
	      # Try looking first in the location we're being installed to.
8386
	      # Try looking first in the location we're being installed to.
8387
	      if test -n "$inst_prefix_dir"; then
8387
	      if test -n "$inst_prefix_dir"; then
8388
		case $libdir in
8388
		case $libdir in

Return to bug 582490