Subject: Re: ld --as-needed broken ?
To: Martin Husemann <martin@duskware.de>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: tech-toolchain
Date: 05/17/2005 15:47:06
On Tue, May 17, 2005 at 09:13:58AM +0200, Martin Husemann wrote:
> On Mon, May 16, 2005 at 04:51:35PM +0100, Patrick Welche wrote:
> > Re adding a libedit -> libtermcap dependency and publishing the
> > completion_matches function, I missed the .WAIT magic in the Makefile
> > above - I also think the .WAIT before libpam and libssh are superfluous...
> 
> I don't know about the libpam thing, but libssh seems to depend on libcrypto,
> so it needs a .WAIT, doesn't it?

Yes, but as there is a 

 SUBDIR+=       .WAIT

further above, libssh will be build after libcrypto. (If it depended on
lib{ssl,krb5,krb}, then that extra .WAIT would have been necessary)

Cheers,

Patrick