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

Collapse All | Expand All

(-)libtool.eclass (-1 / +7 lines)
Lines 122-128 Link Here
122
	local do_uclibc="yes"
122
	local do_uclibc="yes"
123
	local deptoremove=
123
	local deptoremove=
124
	local my_dirlist=
124
	local my_dirlist=
125
	local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp"
125
	local elt_patches="install-sh ltmain portage relink max_cmd_len sed test tmp cross"
126
	local start_dir=${PWD}
126
	local start_dir=${PWD}
127
127
128
	my_dirlist=$(ELT_find_ltmain_sh)
128
	my_dirlist=$(ELT_find_ltmain_sh)
Lines 265-270 Link Here
265
					ELT_walk_patches "${x}/install-sh" "${y}"
265
					ELT_walk_patches "${x}/install-sh" "${y}"
266
					ret=$?
266
					ret=$?
267
					;;
267
					;;
268
			        "cross")
269
				        if [[ ${CHOST} != ${CBUILD} ]]; then
270
					    ELT_walk_patches "${x}/ltmain.sh" "${y}"
271
					    ret=$?
272
					fi
273
					;;
268
				*)
274
				*)
269
					ELT_walk_patches "${x}/ltmain.sh" "${y}"
275
					ELT_walk_patches "${x}/ltmain.sh" "${y}"
270
					ret=$?
276
					ret=$?

Return to bug 262042