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

Collapse All | Expand All

(-)libltdl/config/ltmain.sh (-2 / +2 lines)
Lines 5768-5774 Link Here
5768
	       test "$hardcode_direct_absolute" = no; then
5768
	       test "$hardcode_direct_absolute" = no; then
5769
	      add="$libdir/$linklib"
5769
	      add="$libdir/$linklib"
5770
	    elif test "$hardcode_minus_L" = yes; then
5770
	    elif test "$hardcode_minus_L" = yes; then
5771
	      add_dir="-L$libdir"
5771
	      add_dir="-L$ROOT/$libdir"
5772
	      add="-l$name"
5772
	      add="-l$name"
5773
	    elif test "$hardcode_shlibpath_var" = yes; then
5773
	    elif test "$hardcode_shlibpath_var" = yes; 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 262298