Date: Wed, 9 Jun 2004 11:36:32 +0100 From: Daniel Bye <daniel.bye@psineteurope.com> To: freebsd-questions@freebsd.org Subject: Re: apache 2 in ports Message-ID: <20040609103632.GA52927@ip73.ops.uk.psi.com> In-Reply-To: <35708.156.34.34.200.1086740133.squirrel@webmail.bignose.ca> References: <35708.156.34.34.200.1086740133.squirrel@webmail.bignose.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
--pf9I7BMVVzbSWLtt
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Tue, Jun 08, 2004 at 08:15:33PM -0400, info@bignose.ca wrote:
> Hi, I want to compile apache2 from ports with suexec.
> Yet there is no mention of it at all in the Make file.
>=20
> It is in Makefile.doc but i'm not sure if thats what i should beusing.
>=20
> Can someone fill me in please.
A brief look at www/apache2/Makefile.modules suggests that you just need to
specify "WITH_SUEXEC=3Dyes" in the build environment. Makefile.modules gets
included from Makefile.
This should work:
# make WITH_SUEXEC=3Dyes install
Or if you use portupgrade and friends,
# portinstall -M WITH_SUEXEC=3Dyes www/apache2
You can then put it in /usr/local/etc/pkgtools.conf under MAKE_ARGS:
MAKE_ARGS =3D {
'www/apache2' =3D> 'WITH_SUEXEC=3Dyes',
}
This ensures you won't have to specify it each time you upgrade.
HTH
Dan
--=20
Daniel Bye
PSINet Europe Ltd
Brookmount Court
Cambridge
UK
--pf9I7BMVVzbSWLtt
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAxugw31B8YuHL9ZwRAkUzAKCIz/I+SPesQmg1RLNuER6rrnz3CACfdXrj
dkllhlEMLZI2GtTUIRQD8Is=
=64ZM
-----END PGP SIGNATURE-----
--pf9I7BMVVzbSWLtt--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040609103632.GA52927>
