Date: Wed, 22 Feb 2006 20:37:16 -0800 From: Sean Chittenden <sean@gigave.com> To: Larry Rosenman <ler@lerctr.org> Cc: apache@FreeBSD.org Subject: Re: mod_auth_pgsql for Apache22? Message-ID: <20060223043718.13325216E02@mailhost.gigave.com> In-Reply-To: <008401c637f6$318c0420$0a0a0a0a@aus.pervasive.com> References: <20060222211952.GR17911@mailhost.gigave.com> <008401c637f6$318c0420$0a0a0a0a@aus.pervasive.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Change line 17 to read: > > > > USE_APACHE= 22 > > > > And fire off the output. If it compiles, then USE_APACHE should > > be using ?= instead of =. -sc > > USE_APACHE= 22 > > LATEST_LINK= mod_auth_pgsql2 > > AP_INC?= ${LOCALBASE}/include > Makefile: 33 lines, 826 characters Heh, that was hasty advice... this is too, but this time I'll teach 'ya how to fish. Leave the USE_APACHE statement alone, but the biggy is going to be adding -DAPACHE_VERSION=22 to your make(1) invocation. All of this was pulled from /usr/ports/Mk/bsd.apache.mk if you're interested. Give the following a try, but you'll have to experiment some if it doesn't work. # make -DAPACHE_VERSION=22 install clean For consistency, it should be USE_APACHE=YES and USE_APACHE_VER?=(13|20|21|22) but I'm not about to suggest a change like this close to a release. -sc -- Sean Chittenden
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060223043718.13325216E02>