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

(-)libltdl/config/ltmain.sh (-2 / +2 lines)
Lines 5768-5774 Link Here
5768
	       test no = "$hardcode_direct_absolute"; then
5768
	       test no = "$hardcode_direct_absolute"; then
5769
	      add=$libdir/$linklib
5769
	      add=$libdir/$linklib
5770
	    elif test yes = "$hardcode_minus_L"; then
5770
	    elif test yes = "$hardcode_minus_L"; then
5771
	      add_dir=-L$libdir
5771
	      add_dir=-L$ROOT/$libdir
5772
	      add=-l$name
5772
	      add=-l$name
5773
	    elif test yes = "$hardcode_shlibpath_var"; then
5773
	    elif test yes = "$hardcode_shlibpath_var"; then
5774
	      case :$finalize_shlibpath: in
5774
	      case :$finalize_shlibpath: in
Lines 5785-5791 Link Here
5785
	      fi
5785
	      fi
5786
	    else
5786
	    else
5787
	      # We cannot seem to hardcode it, guess we'll fake it.
5787
	      # We cannot seem to hardcode it, guess we'll fake it.
5788
	      add_dir=-L$libdir
5788
	      add_dir=-L$ROOT/$libdir
5789
	      # Try looking first in the location we're being installed to.
5789
	      # Try looking first in the location we're being installed to.
5790
	      if test -n "$inst_prefix_dir"; then
5790
	      if test -n "$inst_prefix_dir"; then
5791
		case $libdir in
5791
		case $libdir in

Return to bug 572038