Date: Thu, 11 Mar 1999 16:19:13 -0800 (PST) From: dima@best.net (Dima Ruban) To: kkennawa@physics.adelaide.edu.au (Kris Kennaway) Cc: dima@best.net, james@ehlo.com, jfitz@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: ports/security/portmap_tcpd - Imported sources Message-ID: <199903120019.QAA64953@burka.rdy.com> In-Reply-To: <Pine.OSF.4.10.9903120903390.22235-100000@bragg> from Kris Kennaway at "Mar 12, 1999 9: 9:29 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Kris Kennaway writes: > On Thu, 11 Mar 1999, Dima Ruban wrote: > > > You can do something like this (as an addition to make.conf.local) > > .if ${.CURDIR} == /usr/src/usr.sbin/portmap && exists(/usr/local/lib/libwrap.a) > > CFLAGS+=-DHOSTS_ACCESS > > LDADD+= -L/usr/local/lib -lwrap > > .endif > > Perhaps something like this should be added as a commented-out option to > make.conf to document its existence? Probably better to move the .if block > into the portmap Makefile and just have a USE_PORTMAP_WRAPPER boolean in > make.conf. I agree we should document it somehow, but I don't think it would be a good idea to put this stuff into portmapper's Makefile, since it's not exactly a good assumption to assume that LOCALBASE will always point to /usr/local. > > Kris > > ----- > (ASP) Microsoft Corporation (MSFT) announced today that the release of its > productivity suite, Office 2000, will be delayed until the first quarter > of 1901. > -- dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903120019.QAA64953>