Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 23:36:49 +0200
From:      =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To:        scuba@centroin.com.br
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to pass configure options
Message-ID:  <42D2E671.40501@t-hosting.hu>
In-Reply-To: <Pine.BSI.4.33.0507111818060.18478-100000@hypselo.centroin.com.br>
References:  <Pine.BSI.4.33.0507111818060.18478-100000@hypselo.centroin.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
scuba@centroin.com.br wrote:

>Hi all,
>
>	How can I pass some extra "configure" options when making ports?
>
>	I could not find it on FAQ or handbook.
>
>	I´m using the "hard" way.
>
>	make fetch
>	cd work/someprog/
>	./configure --with...
>	cd ../../
>	make
>	make install
>
>	Is there any other way to do that from make command line?
>
>
>- Marcelo
>
>
>
>  
>
Try something like this:

make CONFIGURE_ARGS+=--with-feature1 --with-feature2 ... install

I'm not sure it works, but there is a CONFIGURE_ARGS macro in the ports' 
Makefile for this purpose and You should be able to extend that in this 
way afaik.

Cheers,

Gábor Kövesdán



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42D2E671.40501>