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 / +6 lines)
Lines 5431-5437 Link Here
5431
	    func_warning "library \`$lib' was moved."
5431
	    func_warning "library \`$lib' was moved."
5432
	    dir="$ladir"
5432
	    dir="$ladir"
5433
	    absdir="$abs_ladir"
5433
	    absdir="$abs_ladir"
5434
	    libdir="$abs_ladir"
5434
	    libdir="$abs_ladir"
5435
	  elif [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then
5436
	    dir="$abs_ladir"
5437
	    absdir="$abs_ladir"
5438
	    libdir="$abs_ladir"
5435
	  else
5439
	  else
5436
	    dir="$libdir"
5440
	    dir="$libdir"
5437
	    absdir="$libdir"
5441
	    absdir="$libdir"
Lines 5768-5774 Link Here
5768
	       test "$hardcode_direct_absolute" = no; then
5772
	       test "$hardcode_direct_absolute" = no; then
5769
	      add="$libdir/$linklib"
5773
	      add="$libdir/$linklib"
5770
	    elif test "$hardcode_minus_L" = yes; then
5774
	    elif test "$hardcode_minus_L" = yes; then
5771
	      add_dir="-L$libdir"
5775
	      add_dir="-L$ROOT/$libdir"
5772
	      add="-l$name"
5776
	      add="-l$name"
5773
	    elif test "$hardcode_shlibpath_var" = yes; then
5777
	    elif test "$hardcode_shlibpath_var" = yes; then
5774
	      case :$finalize_shlibpath: in
5778
	      case :$finalize_shlibpath: in
Lines 5785-5791 Link Here
5785
	      fi
5789
	      fi
5786
	    else
5790
	    else
5787
	      # We cannot seem to hardcode it, guess we'll fake it.
5791
	      # We cannot seem to hardcode it, guess we'll fake it.
5788
	      add_dir="-L$libdir"
5792
	      add_dir="-L$ROOT/$libdir"
5789
	      # Try looking first in the location we're being installed to.
5793
	      # Try looking first in the location we're being installed to.
5790
	      if test -n "$inst_prefix_dir"; then
5794
	      if test -n "$inst_prefix_dir"; then
5791
		case $libdir in
5795
		case $libdir in

Return to bug 262298