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

Collapse All | Expand All

(-)a/ld/ldelf.c (-2 / +4 lines)
Lines 1149-1156 ldelf_handle_dt_needed (struct elf_link_hash_table *htab, Link Here
1149
		{
1149
		{
1150
		  path = ldelf_add_sysroot (rp->name);
1150
		  path = ldelf_add_sysroot (rp->name);
1151
		  found = (rp->by == l->by
1151
		  found = (rp->by == l->by
1152
			   && ldelf_search_needed (path, &n, force,
1152
			   && (ldelf_search_needed (path, &n, force,
1153
						   is_linux, elfsize));
1153
						   is_linux, elfsize)
1154
				|| ldelf_search_needed (rp->name, &n, force,
1155
							is_linux, elfsize)));
1154
		  free ((char *) path);
1156
		  free ((char *) path);
1155
		}
1157
		}
1156
	      if (found)
1158
	      if (found)

Return to bug 906214