Date: Wed, 9 Oct 2002 18:27:37 +0100 From: Tony Finch <dot@dotat.at> To: Kris Kennaway <kris@obsecurity.org> Cc: Tony Finch <dot@dotat.at>, mark@grondar.za, current@FreeBSD.org Subject: Re: src/games bikeshed time. Message-ID: <20021009182737.B21336@chiark.greenend.org.uk> In-Reply-To: <20021009170824.GB84472@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Oct 09, 2002 at 10:08:24AM -0700 References: <E17zEpq-0001j7-00@chiark.greenend.org.uk> <E17zEpq-0001j7-00@chiark.greenend.org.uk> <dot@dotat.at> <E17zJG1-00015D-00@chiark.greenend.org.uk> <20021009170824.GB84472@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 09, 2002 at 10:08:24AM -0700, Kris Kennaway wrote: > On Wed, Oct 09, 2002 at 05:00:21PM +0100, Tony Finch wrote: > > > +.if !defined(NO_OPENSSL) > > +CFLAGS+=-DHAVE_OPENSSL > > +LDADD+= -lcrypto > > +DPADD+= ${LIBCRYPTO} > > +.endif > > You also need to check that the crypto sources are installed. Would this be correct (based on stuff in src/etc)? .if exists(${.CURDIR}/../../crypto) && !defined(NO_OPENSSL) Tony. -- f.a.n.finch <dot@dotat.at> http://dotat.at/ FISHER: EASTERLY 5 OR 6. SHOWERS. GOOD. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021009182737.B21336>