From owner-freebsd-current Wed Oct 9 10:27:41 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB9437B401 for ; Wed, 9 Oct 2002 10:27:40 -0700 (PDT) Received: from chiark.greenend.org.uk (chiark.greenend.org.uk [212.135.138.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 324AA43E6A for ; Wed, 9 Oct 2002 10:27:39 -0700 (PDT) (envelope-from fanf@chiark.greenend.org.uk) Received: from fanf by chiark.greenend.org.uk with local (Exim 3.12 #1) id 17zKcT-0007Qj-00 (Debian); Wed, 09 Oct 2002 18:27:37 +0100 Date: Wed, 9 Oct 2002 18:27:37 +0100 From: Tony Finch To: Kris Kennaway Cc: Tony Finch , mark@grondar.za, current@FreeBSD.org Subject: Re: src/games bikeshed time. Message-ID: <20021009182737.B21336@chiark.greenend.org.uk> References: <20021009170824.GB84472@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20021009170824.GB84472@xor.obsecurity.org>; from kris@obsecurity.org on Wed, Oct 09, 2002 at 10:08:24AM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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 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