Subject: Re: how to not define any RPATH
To: Jeremy C. Reed <reed@reedmedia.net>
From: grant beattie <grant@NetBSD.org>
List: tech-pkg
Date: 10/03/2003 11:08:52
On Thu, Oct 02, 2003 at 06:06:00PM -0700, Jeremy C. Reed wrote:

> I need to have my LDFLAGS to be empty. I can't have an RPATH when building
> a glibc ld.so.
> 
> Is there a setting for pkgsrc to stop setting LDFLAGS?
> 
> (Because even if I define it, it still gets set.)
> 
> My other work-around would be to not use CONFIGURE_ENV or MAKE_ENV and set
> up my configure and make environment myself.

you should be able to override it after the inclusion of bsd.pkg.mk
(I just tried it, show-vars VARNAMES=LDFLAGS says it was empty).

g.