Subject: Re: one-time custom configure args
To: NetBSD tech-pkg <tech-pkg@netbsd.org>
From: Marton Fabo <morton@eik.bme.hu>
List: tech-pkg
Date: 11/21/2002 20:48:11
>>Can someone tell me what's the preferred way to add custom configure
>>args for building an individual package, but without modifying
>>/etc/mk.conf (so that it applies only that time)?
> 
> 
> Um, pass things in the environment?

You mean,

CONFIGURE_ARGS=--my-arg make install clean ?

Won't this clobber other settings?

mortee