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

(-)old/libtool (-1 / +4 lines)
Lines 8888-8894 Link Here
8888
	      if test -n "$inst_prefix_dir"; then
8888
	      if test -n "$inst_prefix_dir"; then
8889
		case $libdir in
8889
		case $libdir in
8890
		  [\\/]*)
8890
		  [\\/]*)
8891
		    func_append add_dir " -L$inst_prefix_dir$libdir"
8891
		    # EDIT: Remove $libdir search path on cross-compiled environment to
8892
		    # avoid "file format not recognized" errors. If $inst_prefix_dir is
8893
		    # given, don't bother adding $libdir to the dependency search path.
8894
		    add_dir="-L$inst_prefix_dir$libdir"
8892
		    ;;
8895
		    ;;
8893
		esac
8896
		esac
8894
	      fi
8897
	      fi

Return to bug 546774