Subject: Re: Problems with 2006Q3
To: None <pkgsrc-users@netbsd.org>
From: Joerg Sonnenberger <joerg@britannica.bec.de>
List: pkgsrc-users
Date: 11/03/2006 10:33:23
On Fri, Nov 03, 2006 at 10:09:50AM +0100, Hrvoje Habjani? wrote:
> Then again, Joerg solution sounds good ... Maybe there can be configurable 
> option, which all OSes can use, something like "disable-all-std-libs", which 
> will make links only for libc and libm in pkgsrc lib directory. If there is 
> need for some other system libs out of pkgsrc, it's easy to make extra link 
> or two ... 

How is shared library searching done? Independent of -L? In that case
you can just symlink libc and libm via buildlink3 and ensure that the
normal system directory comes last in the runtime search path.

Joerg