Subject: Re: CVS commit: pkgsrc
To: Johnny C. Lam <jlam@netbsd.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 08/06/2004 19:11:39
On Fri, Aug 06, 2004 at 03:27:22PM +0000, Johnny C. Lam wrote:
> Modified Files:
> 	pkgsrc: Packages.txt
> 
> Log Message:
> Clear up a common misconception about buildlink3.  The reality is that
> everything in /usr/include and /usr/lib (system header and library
> paths) is always considered part of the package build environment;
> buildlink3 only isolates package builds from everything outside of
> those system paths.  As a consequence of this, LOCALBASE == "/usr"
> effectively makes buildlink3 do nothing.

Couldn't this be done by using -nostdinc and a link package for
the expected base system files (depending on the OPSYS) we _do_
want to link?
 Thomas