Subject: Re: Using configure throught the package manager
To: Andrew O. Mellinger <andrew@crashbox.com>
From: Phil Brodd <philip-brodd@uiowa.edu>
List: netbsd-help
Date: 07/03/2001 13:42:25
On 7/3/01 1:30 PM, "Andrew O. Mellinger" <andrew@crashbox.com> wrote:
> Normally, the configure line would be:
>
> ./configure --with-pcre-regex
>
> But, I can't find a way to pass in the --with-pcre-regex switch into
> the package/make system. Anyone have any ideas?
I believe you add the argument to the CONFIGURE_ARGS entry in the package's
Makefile.
Phil