Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build broken on amd64 - __explicit_bzero



On Mon, Jun 24, 2013 at 06:04:54PM -0700, Paul Goyette wrote:
> On Mon, 24 Jun 2013, Joerg Sonnenberger wrote:
> 
> >On Mon, Jun 24, 2013 at 11:21:46AM -0700, Paul Goyette wrote:
> >>With sources updated today at 12:50 UTC
> >
> >Try the attached patch. Otherwise, this is PR 47922.
> 
> I took a bit closer look at the link command being used, and it
> includes an explicit
> 
>       -L /lib
> 
> which I think would cause it to use the host's /lib/libcrypto.so.1

No, it contains -L=/lib. That's a major difference as it means "look
inside the sysroot". The problem is that the DT_NEEDED processing
doesn't honor it.

Joerg


Home | Main Index | Thread Index | Old Index