Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2003 12:25:30 +0200
From:      Antoine Jacoutot <ajacoutot@lphp.org>
To:        Jens Rehsack <rehsack@liwing.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: configure args in ports
Message-ID:  <200309131225.33182.ajacoutot@lphp.org>
In-Reply-To: <3F62EB0F.6020100@liwing.de>
References:  <200309131152.07087.ajacoutot@lphp.org> <3F62EB0F.6020100@liwing.de>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 13 September 2003 12:01, Jens Rehsack wrote:
> > How can I pass configure arguments to a port without editing the Makefile
> > ? Is there something like:
> > make -DOPTION1 -DOPTION2 CONFIGURE_ARGS="--with_option3" install clean ?
>
> see env(1)

OK, nice.
So it means:
$ env CONFIGURE_ARGS+=--with-option3 make -DOPTION2 install clean

would work, right ?

Antoine
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/YvCdY3Hnhkr+5cQRAg3CAJ99yhtQ3DvwxyvU+t0j87SZhHS4/gCeJr1q
NfCzX+Xyv1w5czL4feYaS2A=
=wfJY
-----END PGP SIGNATURE-----



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